-
Notifications
You must be signed in to change notification settings - Fork 659
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
Support Python 3.7 #228
Comments
Any update on python3.7 ? |
@printdhruv - our dependencies still do not support 3.7, so we can't either. |
Are you sure? tensorflow has added python 3.7 support a few weeks ago. As the blocker are only the test requirements and not runtime, in addition to the requirements being pinned anyway, there's no reason not to bump up the version and get a 3.7 release out finally. |
@mittagessen - |
@mittagessen @TobyRoseman However, It has Python3.7 nightly build release. |
@TobyRoseman I was talking about the release candidates. As tensorflow is only a hard requirement for the tests and for some infathomable all packages are pinned to a specific version just bumping the test_requirements.pip version would be sufficient for a coreml python 3.7 release. If you want to use (stable) tensorflow with coremltools you will be running python 3.6 anyway and those using coremltools with other frameworks won't have to wait for Google getting around to support 3.7 sometime in the next few months. |
TensorFlow 1.13.1 has been release on PyPI with support for Python 3.7: |
Any idea when 3.7 will be supported? |
Generating the wheel with Python 3.7 works fine. The wheel can also be imported without error. In order to run the unit tests we need to update our test dependencies (I just used the most recent version of each one). Here is the summary of running
|
Now that #353 has been merged, here is a list of tests which are failing:
Most of these failures are a result of updating our test dependencies, not a result of python 3.7. |
I've just verified that none of the failing unit tests are related to Python 3.7. All failures are a result of upgrading our test requirements; using the most recent versions of our test requirements we get the exact same failures using Python 3.6. |
Any status on this one? |
The most recent beta now support Python 3.7. To install run: |
A new version of Python (3.7) was officially released almost two months ago. We should support using coremltools in this new language version. This will mean generating additional wheels and uploading those to PyPI.
The text was updated successfully, but these errors were encountered: