Alb-310 / Geogramint

An OSINT Geolocalization tool for Telegram that find nearby users and groups 📡🌍🔍
GNU General Public License v3.0
659 stars 82 forks source link

ModuleNotFoundError: No module named 'trio' #4

Closed andre-santos1 closed 2 years ago

andre-santos1 commented 2 years ago

New try here!

I´ve installed anaconda to run Python 3.9.

But now I´m getting the following error wen I run :python3 geogramint.py:

_Traceback (most recent call last):

File "/home/osint/Programas/Geogramint/geogramint.py", line 3, in

import trio

ModuleNotFoundError: No module named 'trio'_

Alb-310 commented 2 years ago

Hello @andre-santos1,

Are you sure you installed all dependencies correctly ?

andre-santos1 commented 2 years ago

Thanks for your patience.

Well, I ran pip install -r requirements.txt

Should I do anything else in order to install dependencies?

Alb-310 commented 2 years ago

try pip3.9 install -r requirements.txt, it seams since you have multiple versions of python you are getting problems.

andre-santos1 commented 2 years ago

I will! Thanks