Python-Instagram API example not working

后端 未结 4 1575
感动是毒
感动是毒 2021-01-12 22:38

I am looking to use the Python-Instagram package. I have downloaded the package using the script that is provided on https://github.com/Instagram/python-instagram.

I

4条回答
  •  野的像风
    2021-01-12 23:31

    You may end up here like I did, and even by having

    from InstagramAPI import InstagramAPI
    

    and everything else correctly set I still got the error:

    ImportError: No module named InstagramAPI
    

    I was stupid enough to have InstagramAPI installed in one venv and was using another venv to run my project... dah

提交回复
热议问题