0
我輸入pip install pyautogui
它給錯誤消息:無法通過PIP安裝Pyautogui:錯誤代碼1
Command ""c:\program files\python36\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Crack\\AppData\\Local\\Temp\\pip-build-mopggaqx\\pymsgbox\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Crack\AppData\Local\Temp\pip-vmqzyehf-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Crack\AppData\Local\Temp\pip-build-mopggaqx\pymsgbox\
我試圖尋找它,有人說,我需要說pip install Pillow
先安裝枕頭。我試過這樣做,但類似的東西出現了:
Command ""c:\program files\python36\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\Crack\\AppData\\Local\\Temp\\pip-build-mopggaqx\\pymsgbox\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Crack\AppData\Local\Temp\pip-vmqzyehf-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Crack\AppData\Local\Temp\pip-build-mopggaqx\pymsgbox\
這是完整的錯誤信息嗎?如果不是,請完整發布消息,以便提供完整的上下文。 – jonafato
軟件包管理器的整個想法是,您不必手動安裝其他軟件包。這個錯誤似乎與安裝Pillow無關,但與你的點子無關。 – physicalattraction