M0tHs3C / Argo

Multi camera gathering and exploiting tool
GNU General Public License v3.0
51 stars 19 forks source link

ModuleNotFoundError: No module named 'censys.ipv4' #11

Open appolo99 opened 3 years ago

appolo99 commented 3 years ago

Python version:

Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.


C:\Users\HP\Desktop\Argo-master>python argo.py Traceback (most recent call last): File "argo.py", line 2, in from lib.censysSearch import * File "C:\Users\HP\Desktop\Argo-master\lib\censysSearch.py", line 2, in import censys.ipv4 ModuleNotFoundError: No module named 'censys.ipv4'

appolo99 commented 3 years ago

edit; same for py 3.7