-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Add the python 3.8 wheel with the cpp implementation #6214
Comments
@anandolee Any news on this? :) |
@acozzette can you help me with this? :) |
Can we please add the wait for 3.8.0 release label to this issue? |
Now that Python3.8b4 has been released, it would be great that new wheels are uploaded to PyPI, so devs can report possible bugs before Python3.8 is out (pyyaml and lxml already did, for example). |
python 3.8 release candidate will come out today. Any news on a 3.8 release? |
Python 3.8 released today |
I am also waiting on wheels in order to upgrade to python |
The linux and macosx wheels have been added for python3.8, windows is still missing... |
Any progress on a Windows version? |
@danielvschoor There is an unofficial release here |
It is fixed by #8757 |
What language does this apply to?
Python 3.8b1
Describe the problem you are trying to solve and the solution you'd like
The cpp implementation is much faster compared to the python implementation, please add it to the wheels here: https://pypi.org/project/protobuf/#files
Describe alternatives you've considered
The python implementation is too slow :)
The text was updated successfully, but these errors were encountered: