Skip to content
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

sparrow-wifi.py not executing in terminal #92

Closed
Noob-hacker369 opened this issue Nov 21, 2023 · 3 comments
Closed

sparrow-wifi.py not executing in terminal #92

Noob-hacker369 opened this issue Nov 21, 2023 · 3 comments

Comments

@Noob-hacker369
Copy link

Traceback (most recent call last):
File "/home/kali/tools/sparrow-wifi/./sparrow-wifi.py", line 37, in
from PyQt5.QtChart import QChart, QChartView, QLineSeries, QValueAxis
ImportError: /usr/local/lib/python3.11/dist-packages/PyQt5/Qt5/lib/libQt5Charts.so.5: undefined symbol: _ZdlPvm, version Qt_5

showing this problem

@Bert-H
Copy link

Bert-H commented Dec 20, 2023

I have the exact same error on Fedora38. I had not used Sparrow-wifi for maybe about a year and it worked fine the last time.
Now when starting it, it comes up with the same error as mentioned above.
I followed the instructions in the README.md file again, upgraded pip with "sudo pip3 install --upgrade pip" which did upgrade some components but still the same error. Also re-installed other modules as per the instructions, but no fix.
Noticed that FC38 has very little support it seems for qt5? Almost all references are for qt6 such as 'python3-pyqt6-charts".
Is this the issue? If so, how to fix it?
The FC38 OS qt version is 5.15.11.

@Bert-H
Copy link

Bert-H commented Dec 21, 2023

OK, fixed it using #1 as a guide.

@Noob-hacker369
Copy link
Author

My issue now resolved.
by the commands :-
sudo pip3 install --upgrade pip
sudo apt-get install --reinstall python3-pyqt5
pip3 install --upgrade --force-reinstall PyQtChart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants