deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
307 stars 79 forks source link

Installation Failed v 1.3.0 & 1.2.1 #349

Closed skrskr closed 2 years ago

skrskr commented 2 years ago

When i tried to install svglib version 1.3.0 and v 1.2.1

pip install svglib==1.3.0
pip install svglib==1.2.1

i get errors

ERROR: Could not find a version that satisfies the requirement svglib==1.3.0 (from versions: 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.8.0, 0.8.1, 0.9.0b0, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 1.0.0, 1.0.1, 1.1.0)
ERROR: No matching distribution found for svglib==1.3.0
ERROR: Could not find a version that satisfies the requirement svglib==1.2.1 (from versions: 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.8.0, 0.8.1, 0.9.0b0, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 1.0.0, 1.0.1, 1.1.0)
ERROR: No matching distribution found for svglib==1.2.1
github-actions[bot] commented 2 years ago

Thank you for raising your first issue! Your help to improve svglib is much appreciated!

claudep commented 2 years ago

Those release do exist, see https://pypi.org/project/svglib/#history

skrskr commented 2 years ago

yep, i now that but it's not working with me.

svglib-error

claudep commented 2 years ago

I'm sorry for you, but I don't see what we can do for that on our side. You may try to upgrade your pip install.

skrskr commented 2 years ago

yep, it's required python version>=3.7 but my python version on server is 3.6 thanks alot