You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See error: ModuleNotFoundError: No module named 'cgi'
Expected behavior
I'd expect Holehe to be able to run under python 3.13.0
Desktop:
OS: macOS 13.7.2
Python: 3.13.0
Pip3: 24.2
Additional context
It appears that Python has removed cgi from the standard library. I tried installing the legacy-cgi package in a virtual python environment but that did not resolve the issue (same error)
The text was updated successfully, but these errors were encountered:
Describe the bug
After setup of Holehe under Python 3.13.0, the following error is produced when running
holehe [email protected]
:To Reproduce
Steps to reproduce the behavior:
python3 setup.py install
holehe [email protected]
Expected behavior
I'd expect Holehe to be able to run under python 3.13.0
Desktop:
Additional context
It appears that Python has removed cgi from the standard library. I tried installing the
legacy-cgi
package in a virtual python environment but that did not resolve the issue (same error)The text was updated successfully, but these errors were encountered: