You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error is raised:
error: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12)
Additional Information
Issue with tokenizers installation
Versions:
Tokenizers version: Not installed (failed to install)
PyO3 version: Not installed (failed to install)
Operating system: macOS 15.0.1
Python version: 3.13.0
pip version: 24.2
Description:
I encountered an issue while trying to install the tokenizers package. The build process fails due to a compatibility issue with the version of PyO3 and the installed version of Python (3.13.0).
The error message indicates that the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12).
Steps to reproduce:
Create a virtual environment.
Run the command pip install tokenizers.
Observe the error messages regarding the build process.
Expected behavior
The library should install successfully.
Current behavior
An error is raised:
error: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12)
Additional Information
Issue with tokenizers installation
Versions:
Description:
I encountered an issue while trying to install the
tokenizers
package. The build process fails due to a compatibility issue with the version of PyO3 and the installed version of Python (3.13.0).The error message indicates that the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12).
Steps to reproduce:
pip install tokenizers
.Error log:
tokenizers_installation_issue.log.txt
Please provide guidance on how to resolve this issue.
The text was updated successfully, but these errors were encountered: