You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D.-L.Pohl edited this page Apr 29, 2016
·
2 revisions
Frequently asked questions and issues are summed up here
Issue: PyBAR crashes complaining that the progress bar does not have adaptive ETA
Solution: Make sure you have onyl the python package progressbar-latest installed and not progressbar. The installed python packages can be seen with the console command:
pip list.
Progressbar can be uninstalled with
pip uninstall progressbar