NiltonVolpato / python-progressbar

Text progress bar library for Python
Other
412 stars 105 forks source link

Python Progressbar cannot be installed #58

Closed ppattar closed 6 years ago

ppattar commented 6 years ago

Even after giving the command "pip install progressbar", I get the following error as -

Collecting progressbar Could not fetch URL https://pypi.python.org/simple/progressbar/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) - skipping Could not find a version that satisfies the requirement progressbar (from versions: ) No matching distribution found for progressbar

What could be the issue? An suggestions?

NiltonVolpato commented 6 years ago

The version in pypi is a bit old. Can you try installing from the repository?

NiltonVolpato commented 6 years ago

Actually I just published a new version to pypi. Can you try again?

https://pypi.org/manage/project/progressbar/release/2.5/