-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Couldn't find a setup script in /tmp/easy_install-rad8_t5b/PyQt5-5.14.0.tar.gz #15
Comments
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: 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: python3 -c "from PyQt5.QtCore import QSettings; print('done')" if you got the message
great, now you can install the tool: python3 setup.py install
send me the feedback! nice report. |
I did all of that but then this happened $$$$$$$$$$$$$$$$$$$$$$$$$$$$$PR$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ |
#14 this problem has been solved update the project: git pull
python3 setup.py install |
thanks that worked |
Please, before opening a new issue, please make sure that what you are about to report has not been reported already or is not included on the website FAQ list.
error: Couldn't find a setup script in /tmp/easy_install-57gbmkqb/PyQt5-5.14.0.tar.gz
when doing the command sudo make install at the end of the installation
Installed /usr/local/lib/python3.7/dist-packages/wifipumpkin3-1.0.0-py3.7.egg
Processing dependencies for wifipumpkin3==1.0.0
Searching for PyQt5==5.14
Reading https://pypi.org/simple/PyQt5/
Downloading https://files.pythonhosted.org/packages/7c/5b/e760ec4f868cb77cee45b4554bf15d3fe6972176e89c4e3faac941213694/PyQt5-5.14.0.tar.gz#sha256=0145a6b7de15756366decb736c349a0cb510d706c83fda5b8cd9e0557bc1da72
Best match: PyQt5 5.14.0
Processing PyQt5-5.14.0.tar.gz
error: Couldn't find a setup script in /tmp/easy_install-rad8_t5b/PyQt5-5.14.0.tar.gz
make: *** [makefile:11: install] Error 1
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
install wifipumpkin3 CLI
Expected behavior
gives me an error when running wifipumpkin3
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (raspberry pi 3 b+):
wifipumpkin3 --version
).** INCOMPLETE REPORT WILL BE CLOSED *
The text was updated successfully, but these errors were encountered: