-
Notifications
You must be signed in to change notification settings - Fork 369
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
Install works ok, failure importing (Cartopy 0.13, Python 3) #726
Comments
Now a different error if I try to import cartopy directly:
|
Since you want to do some plotting, you should use the plotting extra mode for installation: However, SciPy is a pain to build, so it would be best if you install it from your package manager |
Well, this is not very clear from the docs when installing cartopy. Actually, Scipy is quite easy to install with |
Yes, sorry, I forgot to mention that that is a known bug. The default install should not depend on any of the plotting-related libraries and will be fixed in 0.14. |
Thanks! |
@QuLogic, was this fixed in 0.14 as you predicted? If so, this can be closed, correct? |
Same problem. I've installed from source and from conda and get the same result. My error is slightly different but it still installs w/out any error and then fails on import.
Update:
|
cartopy
installs correctly usingpip
, but when importing I get the following stack trace:On a Ubuntu 14.04 install, with libproj-dev version
4.8.0-2ubuntu2
and libgdal version1.10.1+dfsg-5ubuntu1
.The text was updated successfully, but these errors were encountered: