Skip to content

[BUG] install fails after invalid Requires-Python: Invalid specifier: '<3.10.* #163

@paregorios

Description

@paregorios

Describe the bug
While attempting to install under python 3.13.7 on macOS Sequoia 15.7.1 on chip Apple M1 Pro with pip, the following error message was noticed:

WARNING: Package 'camel-tools' has an invalid Requires-Python: Invalid specifier: '<3.10.*

Eventually received the following fatal error:

ERROR: Failed building wheel for camel-kenlm

To Reproduce

  • brew install cmake boost
  • Create and activate a python virtual environment at version 3.13.7
  • export CMAKE_OSX_ARCHITECTURES=arm64
  • pip install camel-tools
  • observe logs and errors above

Suggested fix

  • properly format the Requires-Python version number in pyproject.toml

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions