SECFORCE / sparta

Network Infrastructure Penetration Testing Tool
GNU General Public License v3.0
1.6k stars 446 forks source link

python3-pyqt5 error but its installed #120

Closed willemkuijpers closed 4 years ago

willemkuijpers commented 4 years ago

sudo sparta [-] Import failed. PyQt5 library not found. Try installing it with: apt install python3-pyqt5 No module named PyQt5 root@lappie:~/Downloads# sudo apt install python3-sqlalchemy python3-pyqt5 wkhtmltopdf Reading package lists... Done Building dependency tree
Reading state information... Done python3-pyqt5 is already the newest version (5.14.2+dfsg-1+b1). python3-sqlalchemy is already the newest version (1.3.15+ds1-1). wkhtmltopdf is already the newest version (0.12.5-1+b2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

st3r30byt3 commented 4 years ago

Hi Willem.

Maybe python3 is not your default interpreter. I pushed a change to dev so that the sparta file you copy to /usr/bin invokes python3 explicitly.

Maybe give it a try?

st3r30byt3 commented 4 years ago

Closing for lack of feedback.