-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't run demo on macOS and Windows (linux works fine) #13
Comments
new hint: it works on macOS on a fresh install there must be something that breaks once you add more packages |
Can you try and make sure its the exact same Manifest.toml on all platforms? (or Im not sure if that works exactly, but somehow check every single package is at the exact same version?) This looks like some Julia error rather than anything platform specific. Another possible source is can you see if it depends on the number of threads you started with? Turing takes slightly different paths for single vs. multithreaded maybe its something there? |
I can reproduce your error (or something very similar) on Linux if I start Julia with >1 threads, my guess is that's it, will look into fixing it. |
ok, in the meantime I was exploring the Manifest.toml route but didn't get very far |
I can confirm the threads behaviour on macOS |
See #12 (comment) |
Hi,
when running this:
I get the following error:
I tested on Windows x64, macOS x64 and arm64 architectures with the same result. Linux (aarch64) works fine. Given the other issue on windows it seems that these are OS specific issues. Furthermore, the error is in the same spot:
acclogp
I tried as well to get it to work with the test environment but ended up with the same.
I made a pull request #14 with additional tests for other OS and Julia versions. Interestingly enough macOS and windows work just fine there.
Any help would be much appreciated. I have a good use case for your package but cannot make it work :/
The text was updated successfully, but these errors were encountered: