progress icon indicating copy to clipboard operation
progress copied to clipboard

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

Open Fab4key opened this issue 4 years ago • 2 comments

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

Fab4key avatar Aug 14 '21 10:08 Fab4key

I have encountered the same problem. Have you solved it

mzy12345678 avatar Aug 16 '21 11:08 mzy12345678

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

Qianxuanlingtian avatar Feb 05 '24 04:02 Qianxuanlingtian