You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing shapely with pip does not include some of the underlying binary dependencies necessary.
Instead shapely should be installed using conda:
conda install -c conda-forge shapely
Also, to show users a useful error message when the binary dependencies are missing, an import check should be added to the init.py file as described here.
The text was updated successfully, but these errors were encountered:
Installing shapely with pip does not include some of the underlying binary dependencies necessary.
Instead shapely should be installed using conda:
Also, to show users a useful error message when the binary dependencies are missing, an import check should be added to the init.py file as described here.
The text was updated successfully, but these errors were encountered: