You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Hitting this https://paste.ubuntu.com/p/Jc7DTKSjbg/ on all charms that pull in python-dateutil as a dependency of something in wheelhouse.txt.
The text was updated successfully, but these errors were encountered: