-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 Support #2129
Comments
I'm not a Python expert, but I looked up the module
|
We don't support Python 3.12 yet. That is the root cause here. Related to #1846 |
I was able to work around the problem by running |
If this is considered an enhancement, then the bug is on the Installing CoreML Tools web page -- it should tell people to run |
@snej - Right at the top of the document you reference, it says:
|
tensorflow 2.16.1 is out supporting 3.12 |
This was addressed in #2170 @YifanShenSZ |
There are several other things that need to be addressed before we can support Python 3.12. At a minimum, we still need to update all of our test dependencies to versions that support Python 3.12 |
What's the status of python 3.12 support? |
3.13 is out in October |
Our 8.1 release has added python 3.12 support 🎊 Please try it out |
@YifanShenSZ it builds fine, however on Debian sid i get the following:
|
@alexmyczko would ubuntu work for you? We build and test linux wheels on ubuntu If you have to stick to Debian sid 🙏 could you please file an issue and share reproduce details |
🐞Describing the bug
conda install pip
.pip install -U coremltools
the installation failed with a Python exception in the installer:Stack Trace
System environment (please complete the following information):
The text was updated successfully, but these errors were encountered: