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
I have Python3 installed and an alias pointing python to python3, but I still get this error message: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
I do not have an alias pointing pip to pip3, though. Is that the issue?
I also get this message: Successfully built prometheus-client PyGithub retrying wrapt ERROR: jira 2.0.0 has requirement six>=1.10.0, but you'll have six 1.8.0 which is incompatible.
How should it be handled?
I have Python3 installed and an alias pointing python to python3, but I still get this error message:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.I do not have an alias pointing pip to pip3, though. Is that the issue?
I also get this message:
Successfully built prometheus-client PyGithub retrying wrapt ERROR: jira 2.0.0 has requirement six>=1.10.0, but you'll have six 1.8.0 which is incompatible.How should it be handled?