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

Processing ./wheelhouse/python-dateutil-2.7.0.tar.gz fails in charm software installation #110

Closed
jamesbeedy opened this issue Mar 21, 2018 · 1 comment

Comments

@jamesbeedy
Copy link
Contributor

jamesbeedy commented Mar 21, 2018

Hitting this https://paste.ubuntu.com/p/Jc7DTKSjbg/ on all charms that pull in python-dateutil as a dependency of something in wheelhouse.txt.

@jamesbeedy jamesbeedy changed the title Processing ./wheelhouse/python-dateutil-2.7.0.tar.gz fails in charm software instalation Processing ./wheelhouse/python-dateutil-2.7.0.tar.gz fails in charm software installation Mar 22, 2018
@johnsca
Copy link
Contributor

johnsca commented Mar 22, 2018

For the record (since this bug is referenced in the code comment), this is apparently due to pip not picking up on dependencies that are listed in setup_requires rather than install_requires to add them to the wheelhouse, and may well be resolved in pip 10 when that becomes available. Technically, this could affect packages other than setuptools, but that definitely seems like it would be the most common case where this would be encountered by far.

Ref:

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

No branches or pull requests

2 participants