ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.94k stars 608 forks source link

ModuleNotFoundError: No module named 'instagram_private_api' ( Has any of you found a solution to this problem?) #397

Open sudols12 opened 2 years ago

sudols12 commented 2 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


Describe your Question/Issue:

Please make sure the description is worded well enough to be understood with as much context and examples as possible.


Paste the output of python -V here:

Code:

# Example code that will produce the error reported
from instagram_web_api import Client

web_api = Client()
user_feed_info = web_api.user_feed('1234567890', count=10)

Error/Debug Log:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ZeroDivisionError: integer division or modulo by zero
hitrzajc commented 1 year ago

You have to install the module

VityaSchel commented 1 year ago

my problem was that i used "python" command instead of "python3.9"

well, that's a python moment telegram-cloud-photo-size-5-6134221096040378504-x

gaur-avvv commented 1 year ago

Need earlier code to fix this error