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

Issue with progressbar #368

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Issue with progressbar #368

wants to merge 2 commits into from

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