Shapely Crash for any calls #2333
Replies: 1 comment
-
Segmentation faults may be a result of mixing libraries from different versions. When installing packages with Anaconda (and conda-forge), you should install via |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I simply installed shapely from an anaconda environment with python 3.12.4 on Debian Bookworm with pip install shapely (I also tried the other methods in https://shapely.readthedocs.io/en/stable/installation.html with the same results)
If I call any shapely function I get a Segmentation fault, for example in an ipython console:
`
Any idea where is this coming from? I cannot believe I am the only person experiencing this
Thank you in advance !
Beta Was this translation helpful? Give feedback.
All reactions