camel_tools icon indicating copy to clipboard operation
camel_tools copied to clipboard

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

Open paregorios opened this issue 3 months ago • 1 comments

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

paregorios avatar Oct 17 '25 22:10 paregorios

We only support up to Python 3.12 at the moment. I'll need to test Python 3.13 compatibility of our dependencies before we officially support it.

owo avatar Oct 24 '25 17:10 owo