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.