Tarek

Results 6 comments of Tarek

Hello, I too seem to be getting perhaps not the same error, but an error nonetheless when I try to run the minimal build: ``` $ cargo clean --verbose &&...

> This works fine for me on Apple Silicon with the same probe-rs version. > > @tallamjr what rustc version are you using? I was using stable. My apologies, I've...

Currently working on a fix at https://github.com/EDGE22/tfmicro/tree/issues/12/neon-2-sse Confusingly this [comment](https://github.com/tensorflow/tensorflow/issues/23440#issuecomment-436445860) suggests it should be fixed with: ``` $ cd submodules/tensorflow && git status HEAD detached at 33689c48ad nothing to commit,...

> Hey @tallamjr, I just merged #10 which fixed the yanked bindgen and fs_extra changing the API. #13 should fix the issue permanently by using tilde requirements. > > I...

Hi @shiba24 , sure! I can't recall now if there was particular reason from my end for not making this PR sooner but from what I remember this ran as...

@biphasic are you working on Windows by any chance? I suspect the problem might related to https://github.com/tallamjr/tonic/issues/3 where `numpy>2.0` is not supported for the abi of `torch==2.3.0` on Windows, but...