-
Notifications
You must be signed in to change notification settings - Fork 270
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
PyQt5 Issue #1942
Comments
`Verify that your local setup is working correctly by running the presubmit check ================================================================================================== ERRORS ================================================================================================== .venv/lib/python3.10/site-packages/pkg_resources/init.py:2868: 12 warnings .venv/lib/python3.10/site-packages/pkg_resources/init.py:2868 .venv/lib/python3.10/site-packages/pkg_resources/init.py:2348 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
After installing Fuzzbench I went into an issue when I tried the "make presubmit" to test if the appication works. It hang up at some function corresponding to PyQt5. I was able to solve this issue by manually installing PyQt5 on my ubuntu via apt: "sudo apt-get install python3-pyqt5". After that all worked.
The text was updated successfully, but these errors were encountered: