AndrewCarterUK / pascal-voc-writer

A python library for generating annotations in the PASCAL VOC format.
MIT License
220 stars 57 forks source link

Problem installing pascal-voc-writer #2

Closed sbanerj2 closed 5 years ago

sbanerj2 commented 5 years ago

I need to convert my annotation into Pascal VOC format. I am getting the following error when trying to install this: Collecting pascal_voc_writer Could not fetch URL https://pypi.python.org/simple/pascal-voc-writer/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping Could not find a version that satisfies the requirement pascal_voc_writer (from versions: ) No matching distribution found for pascal_voc_writer

AndrewCarterUK commented 5 years ago

Sounds like a problem with the Python website? Did you have this issue with other packages?

I'll reopen if you still have this issue.