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

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

Open
Fab4key opened this issue Aug 14, 2021 · 2 comments
Open

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

Fab4key opened this issue Aug 14, 2021 · 2 comments

Comments

@Fab4key
Copy link

Fab4key commented Aug 14, 2021

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

@mzy12345678
Copy link

I have encountered the same problem. Have you solved it

@Qianxuanlingtian
Copy link

You may want to check that your project file name is named "progress", and if so, you will need to change the file name. @Fab4key

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

3 participants