Ich habe pip auf msys2 (portabledevops) mit installiert python get-pip.py
aber ich bekomme diesen fehler
$ pip search youtube_dl
Traceback (most recent call last):
File "/usr/bin/pip", line 7, in <module>
from pip import main
ImportError: cannot import name 'main'
$ pip install --upgrade
Traceback (most recent call last):
File "/usr/bin/pip", line 7, in <module>
from pip import main
ImportError: cannot import name 'main'
Wie kann ich das Rohr komplett entfernen und wieder einbauen? Ich habe Python2 und Python3 beide installiert