pyinstaller庫安裝錯誤解決

2021-10-05 14:28:49 字數 439 閱讀 8467

整理了一些錯誤解決方法,多數問題到第二步即可解決

1.此包依賴於pywin32,先pip install pywin32

2.setuptools和pip更新到最新版

pip install --upgrade setuptools

python -m pip install --upgrade pip

執行完1,2後再次嘗試安裝pyinstaller庫  pip install pyinstaller

如果仍無法安裝依次執行下列步驟

3.pip install --user pyinstaller

4.pip install wheel

4.以上都嘗試依然無法安裝則手動安裝

解壓,用cmd進入到解壓資料夾(一定要把cmd匯入到解壓後的資料夾)

執行命令:python setup.py install

Windows Powershell安裝錯誤

今天需要更新一下vmware的 powercli。使用命令install module name vmware.powercli allowclobber但是遇到乙個錯誤。unable to resolve package source 無法解析安裝源?這個似乎有點奇掛,官方的位址不能解析這個可能性...

pyinstaller安裝失敗

報錯如下 error command errored out with exit status 1 command d python python.exe d python lib site packages pip vendor pep517 in process.py prepare metad...

Ruby rails 安裝錯誤

在安裝ruby的gem的時候可能會出現下面的提示,按照給出的提示有兩種辦法可以解決,但是經過在網上的搜尋發現只有最後一種可行。所以特分享於此。error errorinstalling rails the atomic native gem requires installed build tool...