diezo / Ensta

🔥 Fast & Reliable Python Package For Instagram API - 2024
https://bit.ly/ensta-discord
MIT License
377 stars 45 forks source link

importing error #97

Closed umutkamanoglu closed 8 months ago

umutkamanoglu commented 8 months ago

from ensta import Mobile ImportError: cannot import name 'Mobile' from partially initialized module 'ensta' (most likely due to a circular import)

how can i fix this issue ?? i use "pip install ensta" command

diezo commented 8 months ago

I think you've named your main python script either "ensta.py" or "Mobile.py". Or maybe you already have a folder with such name. Make sure you name it something else.

umutkamanoglu commented 8 months ago

Yea. I change the file name and fix the issue thanks