instagram_private_api icon indicating copy to clipboard operation
instagram_private_api copied to clipboard

ModuleNotFoundError: No module named 'instagram_private_api

Open naveenbharadwaj19 opened this issue 4 years ago • 4 comments

Installed pip install git+https://[email protected]/ping/[email protected] in my windows 10 instagram-private-api is installed in my pip i confirmed it by typing pip list and i can see instagram-private-api 1.6.0 instagram-private-api-extensions 0.3.8 when i try to import from instagram_private_api import Client, ClientCompatPatch or import instagram_private_api or from instagram_web_api import Client, ClientCompatPatch, ClientError, ClientLoginError i'm facing error message: ModuleNotFoundError: No module named 'instagram_private_api'

os : windows 10 , Terminal : Git bash (pip) , code editor : Visual studio code , filename : abcd.py

how to fix this ? @ping

naveenbharadwaj19 avatar May 19 '20 14:05 naveenbharadwaj19

Same problem, just clone the repo and once inside then just: pip install .

ghost avatar May 31 '20 12:05 ghost

@megada-lab worked ?

naveenbharadwaj19 avatar May 31 '20 15:05 naveenbharadwaj19

Yes. Not sure if still works but it's how I installed it.

ghost avatar May 31 '20 16:05 ghost

Try to do everything in a virtual environment so as to avoid any conflicts.

atulbhatt-system32 avatar Jun 30 '20 09:06 atulbhatt-system32