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
setup.py seems to rely on pip's internal parsing tools to parse requirements from the pip_requirements.txt. However, pip recently updated their implementation, which is likely why setup.py fails on new versions of pip now.
The text was updated successfully, but these errors were encountered:
setup.py
seems to rely onpip
's internal parsing tools to parse requirements from the pip_requirements.txt. However,pip
recently updated their implementation, which is likely whysetup.py
fails on new versions ofpip
now.The text was updated successfully, but these errors were encountered: