Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error dependency format of the version #6

Open
maulanasly opened this issue Jul 29, 2024 · 0 comments
Open

Error dependency format of the version #6

maulanasly opened this issue Jul 29, 2024 · 0 comments

Comments

@maulanasly
Copy link

While doing an update for the installation of py-iceberg we discovered an issue on the versioning format of the library inside the setup file.

Since this is just minor fix, we decided to contribute to the fix

airflow@d8045112208d:/opt/airflow$ pip install acryl-iceberg-legacy
Collecting acryl-iceberg-legacy
  Downloading acryl_iceberg_legacy-0.0.4-py3-none-any.whl.metadata (2.8 kB)
WARNING: Ignoring version 0.0.4 of acryl-iceberg-legacy since it has invalid metadata:
Requested acryl-iceberg-legacy from https://files.pythonhosted.org/packages/74/b5/767ffe01a2017d337e72387911eda96b814321dea1f7eb5205018834fab6/acryl_iceberg_legacy-0.0.4-py3-none-any.whl has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    fastavro (>=1.3.2<1.4.0)
             ~~~~~~~~^
Please use pip<24.1 if you need to use this version.
  Downloading acryl_iceberg_legacy-0.0.3-py3-none-any.whl.metadata (2.8 kB)
WARNING: Ignoring version 0.0.3 of acryl-iceberg-legacy since it has invalid metadata:
Requested acryl-iceberg-legacy from https://files.pythonhosted.org/packages/63/b1/8a6a6f124e68223b276c6413b39b46032a27fcf6a859176097ae0d40be8c/acryl_iceberg_legacy-0.0.3-py3-none-any.whl has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    fastavro (>=1.3.2<1.4.0)
             ~~~~~~~~^
Please use pip<24.1 if you need to use this version.
  Downloading acryl_iceberg_legacy-0.0.2-py3-none-any.whl.metadata (2.8 kB)
WARNING: Ignoring version 0.0.2 of acryl-iceberg-legacy since it has invalid metadata:
Requested acryl-iceberg-legacy from https://files.pythonhosted.org/packages/e1/ad/f03206a30c3466481ab0529a770592b86409a0a5f0d9a66e1c3dd0490409/acryl_iceberg_legacy-0.0.2-py3-none-any.whl has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    fastavro (>=1.3.2<1.4.0)
             ~~~~~~~~^
Please use pip<24.1 if you need to use this version.
  Downloading acryl_iceberg_legacy-0.0.1-py3-none-any.whl.metadata (2.8 kB)
WARNING: Ignoring version 0.0.1 of acryl-iceberg-legacy since it has invalid metadata:
Requested acryl-iceberg-legacy from https://files.pythonhosted.org/packages/9f/b9/142117f979273b15b9c1489067163447dac2d4e115dbb52e328eb34fa2ca/acryl_iceberg_legacy-0.0.1-py3-none-any.whl has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    fastavro (>=1.3.2<1.4.0)
             ~~~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement acryl-iceberg-legacy (from versions: 0.0.0.dev0, 0.0.1, 0.0.2, 0.0.3rc1, 0.0.3, 0.0.4)
ERROR: No matching distribution found for acryl-iceberg-legacy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant