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
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
try: # for pip >= 10
from pip._internal.req import parse_requirements
from pip._internal.download import PipSession
except ImportError: # for pip <= 9.0.3
from pip.req import parse_requirements
from pip.download import PipSession
fails with pip 20.0.2
This usage of pip is not the right one according to pypa/pip#7645
The text was updated successfully, but these errors were encountered:
fails with pip 20.0.2
This usage of pip is not the right one according to pypa/pip#7645
The text was updated successfully, but these errors were encountered: