Skip to content

Import error #69

@FightMan01

Description

@FightMan01

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions