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

Add error message when shapely dependencies are missing #10

Closed
AdamRJensen opened this issue Feb 4, 2022 · 0 comments · Fixed by #9
Closed

Add error message when shapely dependencies are missing #10

AdamRJensen opened this issue Feb 4, 2022 · 0 comments · Fixed by #9
Milestone

Comments

@AdamRJensen
Copy link
Member

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.

@AdamRJensen AdamRJensen linked a pull request Feb 4, 2022 that will close this issue
@AdamRJensen AdamRJensen added this to the v0.2.0 milestone Feb 4, 2022
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

Successfully merging a pull request may close this issue.

1 participant