camel_tools
camel_tools copied to clipboard
[BUG] install fails after invalid Requires-Python: Invalid specifier: '<3.10.*
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-Pythonversion number inpyproject.toml
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.