Closed Coldsmokr77 closed 3 years ago
Before running the main.py, I did: pip install geopy This got rid of the error for geopy but then threw another error for pyreadline.
I now get No module named 'gnureadline' followed by 'x' is not defined.
I cannot get this to work at all!
thanks for the help, yea lol after installing geopy it threw this:
Traceback (most recent call last):
File "/home/zethyst/Downloads/Osintgram-master/main.py", line 3, in
I got it working eventually. Both missing modules I just did a pip install
did you run the following before executing the script?
pip install -r requirement.txt
did you run the following before executing the script?
pip install -r requirement.txt
of course, how else imma get the required packages?
I got it working eventually. Both missing modules I just did a pip install
. Then, what finally got it going was replacing every instance of 'gnureadline' with just 'readline' in main.py Other than that I cannot help further. Good luck! … On Sat, May 15, 2021 at 8:58 PM Coldsmokr77 @.***> wrote: thanks for the help, yea lol after installing geopy it threw this: Traceback (most recent call last): File "/home/zethyst/Downloads/Osintgram-master/main.py", line 3, in from src.Osintgram import Osintgram File "/home/zethyst/Downloads/Osintgram-master/src/Osintgram.py", line 13, in from instagram_private_api import Client as AppClient ModuleNotFoundError: No module named 'instagram_private_api' — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#203 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATRN3XNX5CXCILLDK4SVL6TTN3G5TANCNFSM446F3NWA .
Eureka!! IT WORKED FOR ME TOO!!!
you're the most helpful person here thanks a lot. Just tried it and I was hoping it'd download private profile's info too but it didn't :( lmao what was the point of all this hardwork?
Hi, I tried running the main script on linux but it showed this:
Traceback (most recent call last): File "/home/zethyst/Downloads/Osintgram-master/main.py", line 3, in
from src.Osintgram import Osintgram
File "/home/zethyst/Downloads/Osintgram-master/src/Osintgram.py", line 12, in
from geopy.geocoders import Nominatim
ModuleNotFoundError: No module named 'geopy'