Can't install via pip because of egg_info error

后端 未结 10 1109
-上瘾入骨i
-上瘾入骨i 2020-11-22 13:58

No matter which package I\'m trying to install, I get this error:

error: invalid command \'egg_info\'

----------------------------------------
Cleaning up.         


        
10条回答
  •  攒了一身酷
    2020-11-22 14:42

    I was trying to install pyautogui and followed instructions from the first answer but was unsuccessful. The difference for me was running pip install pillow and then running pip install pyautogui

    I don't know what this means, but I hope this helps some people out.

提交回复
热议问题