1. 程式人生 > 實用技巧 >Python安裝問題:ERROR: Command errored out with exit status 1:

Python安裝問題:ERROR: Command errored out with exit status 1:

Try to run this command from the system terminal. Make sure that you use the correct version of ‘pip’ installed for your Python interpreter located at ‘C:\Users\123\PycharmProjects\pythonProject\venv\Scripts\python.exe’.

出現這個問題的原因是安裝的Python版本較新,還沒有對應版本的pip,解決的辦法是安裝較舊的版本,筆者安裝的是3.9版本,安裝3.8版本這個問題就解決了。
在這裡插入圖片描述


這個截圖的檢視連結為Python and OS Compatibility