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
pip install has two dependencies that aren't automatically installed: wget and Cython.
The pip version is 1.45, which I'm not seeing in the repo, but the 1.44 and 1.45b6 code has 'wget' in install_requires within setup.py, so I'm not sure where the problem is.
The text was updated successfully, but these errors were encountered:
pip install
has two dependencies that aren't automatically installed:wget
andCython
.The pip version is 1.45, which I'm not seeing in the repo, but the 1.44 and 1.45b6 code has
'wget'
ininstall_requires
withinsetup.py
, so I'm not sure where the problem is.The text was updated successfully, but these errors were encountered: