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 think this is due to pip dropping support for python2, see here.
"DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality."
I was able to build the image for now by replacing the line that upgrades pip to the latest version on the dockerfile, and installing the previous version on the list instead (20.3.4).
While installing via docker-compose
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: