Skip to content

No module named 'progress.bar'; 'progress' is not a package #98

Description

@Fab4key

I have this error with this code:

`from progress.bar import Bar
#in this stroke happened error

bar = Bar("Загрузка...", max=100)

for i in range(100):
time.sleep(0.1)
bar.next()

bar.finish()`

Im using VS Code, Python 3.8

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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