You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: