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
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:Eventually received the following fatal error:
To Reproduce
brew install cmake boostexport CMAKE_OSX_ARCHITECTURES=arm64pip install camel-toolsSuggested fix
Requires-Pythonversion number inpyproject.toml