-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cannot load package #206
Comments
Unfortunately not. I get the same error. the file C:\Users\arn203\.julia\conda\3\lib\site-packages\scipy\.libs\libbanded5x.CBCBXIAYFUWOYCSBXUA2BT6W76FYX4C7.gfortran-win_amd64.dll is definitely there also. |
Hrm. Okay, if you don't mind, could you try a few more things? Assuming your PyCall is configured to use Julia's Conda, try using Conda, PyCall
Conda.pip_interop(true)
Conda.pip("uninstall -y", "scipy")
pyimport_conda("scipy", "scipy", "conda-forge") What happens? If the error is the same, I have no clue what's going on. If it errors with the $ LD_PRELOAD=$HOME/.julia/conda/3/lib/libstdc++.so julia or whatever the Windows version of this is. If ] add ArviZ#70735a9 again? |
Hi @EvoArt, did you have any luck with my last suggestion? |
Unfortunately not. I'm now getting the same error , but on this line
It's the same file |
Hi @EvoArt we now explicitly test that ArviZ installs correctly on windows, so can you check if ArviZ v0.6.6 works for you? |
Fixed by #290 |
This was a VERY nice fix 😅🙏 |
Hi there
On a windows laptop, using Julia 1.7.2 in a clean env, I get the following
I was using ArviZ successfully a month or 2 ago. My laptop has updated since then. Is that likely to be linked to the cause?
Thanks
The text was updated successfully, but these errors were encountered: