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 Jan 2, 2025. It is now read-only.
I got this issue due the deprecated version of pip:
ValueError: ("Expected ',' or end-of-list in", "dnspython>=1.12.0;python_version<'3.0'", 'at', ";python_version<'3.0'")
due this line of the global-requirements.txt:
...
dnspython>=1.12.0;python_version<'3.0'
...
I checked the current pip version and it was 1.5.4, then I removed the python-pip package and installed pip manually (upgrading the apt-get package pip with apt-get upgrade python-pip or pip install -U pip didn't work) and then it works
The text was updated successfully, but these errors were encountered:
I got this issue due the deprecated version of pip:
due this line of the global-requirements.txt:
I checked the current pip version and it was
1.5.4
, then I removed thepython-pip
package and installedpip
manually (upgrading the apt-get packagepip
withapt-get upgrade python-pip
orpip install -U pip
didn't work) and then it worksThe text was updated successfully, but these errors were encountered: