Skip to content

Conversation

@jithesh82
Copy link

Hello Developers, In the main.py, the progressbar2 is imported as import progressbar2. This gives an error and since the error is caught the progress bar is not shown. Even though progressbar2 is installed as pip install progressbar2, when you import it is imported as import progressbar. I have made this small change in my fork. I tested it on my Linux Debain system and it is working. Please look into it and help.

Thanks a lot for your great work.

Best regards,
-Jithesh

Changed `import progressbar2` to `import progressbar`.  Even the progressbar2 is installed as pip install progressbar2 it is imported as progressbar
Update main.py `import progressbar2` changed to `import progressbar`
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

Successfully merging this pull request may close these issues.

1 participant