-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
OSError: could not find or load spatialindex_c-64.dll on Windows #31
Comments
I see that you have a few packages that from conda-forge. However, the ones that matter are so I'm not 100% sure this is the culprit here. Did you try removing the defaults channel and/or activating strict channel priority? If there are missing packages in conda-forge to make that work we can try to add them. I just want to be sure it is not a case of mixed channel before we dive into debugging this. |
@knaaptime and @jGaboardi can you try/have you tried @ocefpaf's suggestions on your CI? |
@ocefpaf & @martinfleis I had tried out using |
I'm not sure when mamba added the strict channel priority but I'm pretty sure they have it now. Pinging @wolfv who probably knows better. |
Channel priority strict usually works well for us. I'd be curious to learn more about your problems. You could also completely remove the defaults channel, maybe? |
Removing |
Strict channel priority seems to resolve this issue. However, it also seems that with |
indeed, strict channel priority is strongly recommended by conda-forge :) There are quite some small incompatibilities between defaults and conda-forge -- often you could even think about completely removing the defaults channel. |
From quickly looking at your logs, the timings seem to be quite equal :) If you want you can test out the |
Thanks for taking a look. Maybe I was looking at the wrong thing.
Super! I am going to it out try out. I wasn't aware of it. |
Closing this for now. Rtree 1.0.0 was just released that should have wheels for everything. |
Issue:
Rtree under Windows has an issue loading
libspatialindex
, raisingOSError: could not find or load spatialindex_c-64.dll
. See this CI log as an example: https://github.com/knaaptime/segregation/runs/2395382705?check_suite_focus=trueEnvironment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: