pip install pyinstaller (安裝過程報錯解決)


安裝目標:pip install pyinstaller 

報錯內容:

WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

解決方法:

運行--->cmd

使用 python -m pip install -U --force-reinstall pip 升級成功

Successfully installed pip-20.0.2

 

接下來又報錯了 pip install pyinstaller  報錯內容: time out 

解決方法:  pip --default-timeout=100 install -U pyinstaller

Successfully built pyinstaller
Installing collected packages: altgraph, pywin32-ctypes, future, pefile, pyinstaller

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM