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
When I run python vulnx.py I have error: ModuleNotFoundError: No module named 'readline'
And after pip install readline I got: error: this module is not meant to work on Windows
OS: Windows 10
Python 3.7.1
The text was updated successfully, but these errors were encountered:
When I run
python vulnx.py
I have error:ModuleNotFoundError: No module named 'readline'
And after
pip install readline
I got:error: this module is not meant to work on Windows
The text was updated successfully, but these errors were encountered: