Python-Instagram API example not working

后端 未结 4 1606
感动是毒
感动是毒 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:11

    I just had this same problem and it turned out that I had file named instagram.py in the same package as the file where I was getting this error. So, it was just a name collision. I renamed my local file and everything worked fine.

提交回复
热议问题