uv icon indicating copy to clipboard operation
uv copied to clipboard

Invalid extra name - python_version_2.7_

Open yoavk opened this issue 1 year ago • 1 comments

In addition to this, there seem to be other extra names that don't match PEP. I tried installing uv pip install huaweicloudsdkcore==3.1.56, but got the following error

error: Failed to read metadata for: huaweicloudsdkcore==3.1.56
  Caused by: Failed to parse METADATA file at: huaweicloudsdkcore-3.1.56.dist-info/METADATA
  Caused by: Not a valid package or extra name: "python_version_2.7_". Names must start and end with a letter or digit and may only contain -, _, ., and alphanumeric characters.

I found this list from a few years ago that has a few more extra names that don't match PEP - it could be useful to support (or at least ignore) all these examples.

yoavk avatar Feb 18 '24 08:02 yoavk

+1 for boto3

chrisgoddard avatar Feb 18 '24 23:02 chrisgoddard

I can look at this.

charliermarsh avatar Feb 20 '24 02:02 charliermarsh