So, I managed to solve this problem as follows, by requesting versions of pip
and pip3
packages, I noticed that all links go to /usr/lib/python3/dist-packages/
I looked at the dist-packages
folder and saw that there are many packages, and the folder of the same name, but only in the python
version 2 folder, is empty, i.e. here: python2.7/dist-packages/
I took and copied the packages I needed from the Python3
folder to the Python2
folder, this is of course complete absurdity, but it worked for me.
I understand that this is a temporary and not a good solution to the problem, but how can I install the necessary packages in python2
in the future? because now everything is referring to python3
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…