pypi-deps-db icon indicating copy to clipboard operation
pypi-deps-db copied to clipboard

Invalid versions in the database file

Open jneem opened this issue 2 years ago • 2 comments

I'm trying to use mach to provide idf-component-manager, but it fails with an UnsupportedVersionError: Not a valid version: 2.7.*. This is probably related to a line like this, from sdist/b7.json:

  "idf-component-manager": {
    <snip>
    "1.2.0": {
  <snip>
          ":python_version == \"2.7.*\"": [
  <snip>
    },
}

Is there a way to work around this? Maybe the scraper should be fixing invalid x.x.* version constraints?

jneem avatar Apr 04 '23 00:04 jneem

@jneem did you find a solution to this problem?

CodeWithOz avatar Oct 20 '23 08:10 CodeWithOz

No, sorry.

jneem avatar Oct 20 '23 13:10 jneem