Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error #69

Open
FightMan01 opened this issue Apr 28, 2020 · 0 comments
Open

Import error #69

FightMan01 opened this issue Apr 28, 2020 · 0 comments

Comments

@FightMan01
Copy link

I'm trying to use example.py but I'm getting import error:

Nemeth-MacBook-Pro:cogs nemetharon$ python3.8 progressbar.py
Traceback (most recent call last):
  File "progressbar.py", line 3, in <module>
    from progressbar import AnimatedMarker, Bar, BouncingBar, Counter, ETA, \
  File "/Users/nemetharon/Desktop/FightMan01_bot/1.2.3/cogs/progressbar.py", line 3, in <module>
    from progressbar import AnimatedMarker, Bar, BouncingBar, Counter, ETA, \
ImportError: cannot import name 'AnimatedMarker' from partially initialized module 'progressbar' (most likely due to a circular import) (/Users/nemetharon/Desktop/FightMan01_bot/1.2.3/cogs/progressbar.py)

Python version: 3.8
Package version: 2.5
OS: MacOS 10.15.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant