We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem description
I'm trying to install pravega via poetry:
pravega
poetry install pravega
Using version ^0.3.8 for pravega Updating dependencies Resolving dependencies... (0.1s) Package operations: 1 install, 0 updates, 0 removals Installing pravega (0.3.8): Failed BuildSystemTableValidationError Failed to validate build-system in pyproject.toml: Unknown properties: classifiers, url, requires-python at /opt/homebrew/Cellar/poetry/1.8.3_2/libexec/lib/python3.12/site-packages/build/_builder.py:113 in _parse_build_system_table 109│ 110│ unknown_props = build_system_table.keys() - {'requires', 'build-backend', 'backend-path'} 111│ if unknown_props: 112│ msg = f'Unknown properties: {", ".join(unknown_props)}' → 113│ raise BuildSystemTableValidationError(msg) 114│ 115│ return build_system_table 116│ 117│ Cannot install pravega.
Using version ^0.3.8 for pravega
Updating dependencies Resolving dependencies... (0.1s)
Package operations: 1 install, 0 updates, 0 removals
BuildSystemTableValidationError
Failed to validate build-system in pyproject.toml: Unknown properties: classifiers, url, requires-python
build-system
at /opt/homebrew/Cellar/poetry/1.8.3_2/libexec/lib/python3.12/site-packages/build/_builder.py:113 in _parse_build_system_table 109│ 110│ unknown_props = build_system_table.keys() - {'requires', 'build-backend', 'backend-path'} 111│ if unknown_props: 112│ msg = f'Unknown properties: {", ".join(unknown_props)}' → 113│ raise BuildSystemTableValidationError(msg) 114│ 115│ return build_system_table 116│ 117│
Cannot install pravega.
Obviously I'm using Python 3.12 and poetry. Latest macOS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description
I'm trying to install
pravega
via poetry:Obviously I'm using Python 3.12 and poetry. Latest macOS.
The text was updated successfully, but these errors were encountered: