En windows intente instalar el 'uvloop' pero me sale el siguiente error ""Using cached uvloop-0.14.0.tar.gz (2.0 MB)
ERROR: Command errored out with exit status 1:
raise RuntimeError('uvloop does not support Windows at the moment')
RuntimeError: uvloop does not support Windows at the moment
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.""
y en kali si lo instale 'uvloop' y me muestra el siguiente mensaje
root
@kali:~/Desktop/theHarvester# pip install uvloop
Requirement already satisfied: uvloop in /usr/local/lib/python3.6/dist-packages (0.14.0)
pero cuando voy abrir theHarvester me sale el siguiente error :
"root
@kali:~/Desktop/theHarvester# python3 theHarvester.py -h
Traceback (most recent call last):
File "theHarvester.py", line 7, in <module>
import uvloop
ModuleNotFoundError: No module named 'uvloop'