Hello, I'm trying to execute main.py when it tells me that no module named geopy was found. I try to run pip install geopy and it says requirement already satisfied. PS C:\WINDOWS\system32\Osintgram> pip install geopy Requirement already satisfied: geopy in c:\program files\python313\lib\site-packages (2.4.1) Requirement already satisfied: geographiclib<3,>=1.52 in c:\program files\python313\lib\site-packages (from geopy) (2.1)
This was after running pip install -r requirements.txt
I've gone through and closed powershell and started through the steps again, running pip uninstall geopy and then pip install geopy and it installs then, but running python3 main.py still doesn't work. I tried running pip install Nomantium which installed but it still didn't work.
