code does run - module not find #34
-
Hi! I've installed the package through pip but it does not run the examples! I get the error message below. |
Beta Was this translation helpful? Give feedback.
Answered by
HelgeGehring
Nov 14, 2020
Replies: 1 comment 1 reply
-
Hey, it seems as if shapely is not installed correctly. As you're using anaconda, I'd guess installing shapely via conda could help. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HelgeGehring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, it seems as if shapely is not installed correctly. As you're using anaconda, I'd guess installing shapely via conda could help.
So, first uninstall shapely via pip
pip uninstall shapely
and then install it again via condaconda install shapely
.Hope that helps!
Helge