We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
using python2.7.6 and progressbar2-3.36.0 and the ETA is calculated as "N/A"
import time import progressbar bar = progressbar.ProgressBar() for i in bar(range(100)): time.sleep(0.02)
import sys; print(sys.version) 2.7.6 (default, Oct 26 2016, 20:30:19) [GCC 4.8.4] && import sys; print(sys.version) 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1 20151010]
Description
using python2.7.6 and progressbar2-3.36.0 and the ETA is calculated as "N/A"
Code
Versions