You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
I'm trying to use example.py but I'm getting import error:
Python version: 3.8
Package version: 2.5
OS: MacOS 10.15.4
The text was updated successfully, but these errors were encountered: