ilektrojohn / creepy

A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
http://www.geocreepy.com
GNU General Public License v3.0
1.25k stars 303 forks source link

ImportError: No module named datetime #108

Open Villelmo opened 2 years ago

Villelmo commented 2 years ago

I was trying run the script with the following command: sudo python CreepyMain.py

But the result expected is bad

Traceback (most recent call last):
  File "CreepyMain.py", line 6, in ?
    import datetime
ImportError: No module named datetime

Install the package from pip, but i get the same result

pip install datetime