We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have a problem installing ddt4all on Linux. After entering the command:
$python3 main.py
It gives an error:
Traceback (most recent call last): File "/home/XYZ/Games/ddt4all-3.0.0/main.py", line 15, in import PyQt5.QtWebEngineWidgets as webkitwidgets ImportError: /home/XYZ/.local/lib/python3.11/site-packages/PyQt5/Qt5/lib/libQt5WebEngineCore.so.5: undefined symbol: _ZNSt12out_of_rangeC1EPKc, version Qt_5
Thank you in advance.
The text was updated successfully, but these errors were encountered:
lsb_release -a python --version python3 --version dpkg -l | grep qt
Sorry, something went wrong.
$python3 -m pip -r requirements.txt
python 3.12 for better
close issue if ok. Thanks
dbb218a
No branches or pull requests
Hi
I have a problem installing ddt4all on Linux.
After entering the command:
$python3 main.py
It gives an error:
Traceback (most recent call last):
File "/home/XYZ/Games/ddt4all-3.0.0/main.py", line 15, in
import PyQt5.QtWebEngineWidgets as webkitwidgets
ImportError: /home/XYZ/.local/lib/python3.11/site-packages/PyQt5/Qt5/lib/libQt5WebEngineCore.so.5: undefined symbol: _ZNSt12out_of_rangeC1EPKc, version Qt_5
Thank you in advance.
The text was updated successfully, but these errors were encountered: