You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone i have this error help me pls : ┌──(root㉿kutoramo)-[/home/kutoramo/Osintgram] └─# python3 main.py enzo.cvl10 Traceback (most recent call last): File "/home/kutoramo/Osintgram/main.py", line 3, in <module> from src.Osintgram import Osintgram File "/home/kutoramo/Osintgram/src/Osintgram.py", line 14, in <module> from instagram_private_api import Client as AppClient ModuleNotFoundError: No module named 'instagram_private_api'
The text was updated successfully, but these errors were encountered:
pip install instagram_private_api
After installing the module, try running your script again. If you encounter any further issues, feel free to ask for help.
pip install instagram_private_api After installing the module, try running your script again. If you encounter any further issues, feel free to ask for help.
Hello everyone i have this error help me pls :
┌──(root㉿kutoramo)-[/home/kutoramo/Osintgram] └─# python3 main.py enzo.cvl10 Traceback (most recent call last): File "/home/kutoramo/Osintgram/main.py", line 3, in <module> from src.Osintgram import Osintgram File "/home/kutoramo/Osintgram/src/Osintgram.py", line 14, in <module> from instagram_private_api import Client as AppClient ModuleNotFoundError: No module named 'instagram_private_api'
The text was updated successfully, but these errors were encountered: