Import issue #11
-
im having this issue: ImportError: cannot import name 'InstaClient' from 'instaclient' (/usr/local/lib/python3.9/site-packages/instaclient/init.py) could you help me out? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ndaskalovic , I'm so sorry for the late reply to your question!
If the error persists, than you can solve the issue by using the following instead: |
Beta Was this translation helpful? Give feedback.
Hi @ndaskalovic , I'm so sorry for the late reply to your question!
I rarely checked the Discussions tab as I didn't think someone would use it as of yet...
I believe that issue has been fixed with the new version v2.7.24, so you can update with
pip install -U instaclient
when updating, I would pay attention to a couple of things:
If the error persists, than you can solve the issue by using the following instead:
from instaclient.client.instaclient import InstaClient