-
Notifications
You must be signed in to change notification settings - Fork 192
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
ImportError: No module named shapely.geometry #109
Comments
install the prerequisites, http://kartograph.org/docs/kartograph.py/install-ubuntu.html |
sudo pip install shapely |
I've got the same problem on windows, i tried pip itself and also tried installing from the wheel file too ,it keeps saying |
Because the installation location is wrong, you can switch to the python directory you need, activate the environment, use the previous .whl [link], and then pip install +[link], such as my installation pip install https://files.pythonhosted.org/packages/4f/d8/8fb04cee0dfce158e1842d6203e1893b7540b32985a1a15f718f6715f380/Shapely-1.7.0-cp27-cp27mu-manylinux1_x86_64.whl |
This is the first import after install I've done.
The text was updated successfully, but these errors were encountered: