-
Notifications
You must be signed in to change notification settings - Fork 41
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
Build Python 3.9 Wheels #25
Comments
Hi, sorry about that! That is indeed the issue. I'll build for Python 3.9 and release. |
Unfortunately onnxruntime does not yet support Python 3.9: microsoft/onnxruntime#6125 and microsoft/onnxruntime#5697. They say:
So until then NNSplit can unfortunately not support Python 3.9. If you really want to use NNSplit with 3.9 I just manually built a wheel for Linux: nnsplit-0.5.2_post0-cp39-cp39-manylinux2014_x86_64.zip (rename it from .zip to .whl, GH issues doesn't let me upload wheels) You'll have to also install the dev wheels for onnxruntime in that case: https://test.pypi.org/project/ort-nightly/#files Also, to avoid confusion like in the original issue, I yanked version 0.2.2 and downwards of NNSplit since that was an old Python-only version that is not comparable to the current package. |
|
When trying to install into python3.9 it will not install a version later than 0.2.2. I am not certain but I believe that this is because wheels are only build for versions 3.6, 3.7 and 3.8. Would it be possible to add wheels for the 3.9 version?
The text was updated successfully, but these errors were encountered: