ModuleNotFoundError: aiohttp missing
EggEngineer opened this issue · 1 comments
EggEngineer commented
Upon running v3n0m.py, after running setup.py and everything needed, I received this error:
Traceback (most recent call last):
File "v3n0m.py", line 5, in
import re, random, threading, socket, urllib.request, urllib.error, urllib.parse, http.cookiejar, subprocess,
ModuleNotFoundError: No module named 'aiohttp'
I am running Kali Linux 2019.3 . Any help would be appreciated.
NOTE: I have pip, python2, python3 installed. But the Terminal will not recognize pip. What do I do?
EggEngineer commented
EDIT: Apparently I just needed to use the command pip3 install aiohttp
.
Whoops!