Skip to content

Cannot install pravega #30

Description

@black-snow

Problem description

I'm trying to install pravega via poetry:

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.

Obviously I'm using Python 3.12 and poetry. Latest macOS.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions