Simone Zandara

Results 5 comments of Simone Zandara

Is there a workaround for this? Is there a way I can import this manually into the distribution directory to unlock the situation? I was able to build my code...

As a workaround, for all those blocked. What worked for me was to pre-compile all numba files manually. For us it was ok because all numba code was concentrated in...

I think this might help you https://github.com/TrackMaven/celery-once/pull/32 It is currently on my own branch but hopefully soon on the main celery-once. There, QueueOnce will return an AsyncResult of the already...

On this note, I am struggling to understand the vector conversion. I am expecting ```FromUnityVector(ToUnityVector3([0.1, 0.2, 0.3])) == [0.1, 0.2, 0.3] ``` but it does not seem to be true...

I have a related issue ``` 'misaligned pointer dereference: address must be a multiple of 0x10 but is 0x16b1ff168', /Users/zandaras/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.12.1/src/profiler.rs:330:36 ``` Any idea? it works on Intel