Skip to content
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

rtree import still leads to dlsym Attribute Error and crashes geopandas #231

Closed
YannickAaron opened this issue Mar 6, 2022 · 1 comment

Comments

@YannickAaron
Copy link

referring to #193 :
I have no issue installing rtree, however importing it or any package that has dependencies upon it still resolve in the dlsym attribute error.

Furthermore installing the package leads to geopandas not beeing usable anymore and throwing the same dlsym attribute error while trying to import it.

Setting SPATIALINDEX_C_LIBRARY='/opt/homebrew/Cellar/spatialindex/1.9.3/lib' seems to resolve the issue with rtree, however geopandas is still not usable.

I am using an Apple M1 MacBook and poetry as a virtual environment.

@YannickAaron
Copy link
Author

installing it directly from the wheel (as described in #193) seems to resolve all issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant