錯誤:在 /tmp/easy_install-rad8_t5b/PyQt5-5.14.0.tar.gz #15 中找不到安裝指令碼

郭小睿發表於2024-03-12

the PyQt5 5.14.0 is broken because can't not install on resp pi 3 . you can to install a version of PyQt5 that working fine on resp. follow the steps:
PyQt5 5.14.0 已損壞,因為無法無法安裝在 resp pi 3 上。您可以安裝一個在 resp 上執行良好的 PyQt5 版本,請按照以下步驟操作:

sudo apt-get update -y
sudo apt-get install -y python3-pyqt5
python3 --version
now, with PyQt5 installed on system only to check if everything ok:
現在,在系統上安裝 PyQt5 只是為了檢查是否一切正常:

python3 -c "from PyQt5.QtCore import QSettings; print('done')"
if you got the message done, nice. the next step is remove somes lines from file requirements.txt on root the wifipumpkin3 project. Open the file and delete this lines:
如果你收到訊息,很好。下一步是從 WifiPumpkin3 專案的 root 檔案requirements.txt中刪除一些行。開啟檔案並刪除以下行:

PyQt55.14
PyQt5-sip
12.7.2
great, now you can install the tool:
太好了,現在您可以安裝該工具了:

python3 setup.py install
Finished processing dependencies for wifipumpkin31.0.0
done, if you got here, execute the tool with:
完成 wifipumpkin3
1.0.0 的依賴項處理完成,如果您到達此處,請使用以下命令執行該工具:

sudo wifipumpkin3
send me the feedback! nice report.
向我傳送反饋!不錯的報告。

相關文章