Skip to content
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

Clone this wiki locally