-
Notifications
You must be signed in to change notification settings - Fork 368
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
Cartopy should not build if dependencies are missing #610
Comments
@jhamman what version of cartopy are you trying to install? The latest version installs https://github.com/SciTools/cartopy/blob/master/requirements/default.txt#L4 |
|
If |
I cannot =) Either you, as the issue owner, or a SciTools/cartopy dev) can though. |
Yes, |
Ok. I'm closing now. @pelson, can you update PyPI? |
@jhamman - yep, just done with |
Thanks @pelson! |
@pelson - We just tried to use you PyPI upload and it seems to be missing the requirements directory:
|
I fixed the requirements issue by adding
Unfortunately, and very disappointingly, I still can't get PIP to play nice. 👎
I'm on the verge of giving up on PIP altogether - conda just makes this stuff so much easier. I will take another look at this when my PIP 😡 subsides 😄 |
I'm not sure why your Cython does not print errors, but it looks like the sdist is still missing some files. This
|
Thanks @QuLogic! I never use pip and found an old environment which had an ancient Cython version, hence the lack of stdout. That'll teach me to be lazy and not create a new environment for testing. I've now uploaded cartopy v0.12.0 to pypi (with |
Looks like this is working ok now. Thanks. |
cartopy
was recently installed on our system and seems to be missing one or more dependencies.setup.py
should take care of checking for all dependencies.It probably makes sense to add the required packages to a list in
setup.py
:cc @jgaski
The text was updated successfully, but these errors were encountered: