Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Invalid versions in the database file #21

Open
jneem opened this issue Apr 4, 2023 · 2 comments
Open

Invalid versions in the database file #21

jneem opened this issue Apr 4, 2023 · 2 comments

Comments

@jneem
Copy link

jneem commented Apr 4, 2023

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?

@CodeWithOz
Copy link

@jneem did you find a solution to this problem?

@jneem
Copy link
Author

jneem commented Oct 20, 2023

No, sorry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants