danleyb2 / Instagram-API

Instagram's private API (need help getting to v1.6 on the PHP side)
MIT License
119 stars 39 forks source link

No module named 'Checkpoint' #23

Closed qsniyg closed 7 years ago

qsniyg commented 7 years ago
$ python test.py
Traceback (most recent call last):
  File "test.py", line 1, in <module>
    from InstagramAPI import Instagram
  File "/usr/lib/python3.6/site-packages/InstagramAPI/__init__.py", line 1, in <module>
    from .src import *
  File "/usr/lib/python3.6/site-packages/InstagramAPI/src/__init__.py", line 1, in <module>
    from Checkpoint import Checkpoint
ModuleNotFoundError: No module named 'Checkpoint'
danleyb2 commented 7 years ago

python2.7 works okay though