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
The wheels on PyPI doesn't have google/protobuf/pyext/_message.???.so file if I install the package with pip of Python 3.8. In this case pip use protobuf-X.Y.Z-py2.py3-none-any.whl. Thus python module google.protobuf.pyext.cpp_message is broken to import. In fact, I don't use the latter, but I need to import classes from google.protobuf.pyext._message (sorry).
Describe the solution you'd like
We need wheels with compiled libraries for Python 3.8.
Describe alternatives you've considered
Downgrade my project to 3.7.
The text was updated successfully, but these errors were encountered:
Duplicate of #6214, unfortunately this issue has been brought up 6 months ago during the first beta release of Python3.8, and even after 3 releases of protobuf done since then, this is still not fixed in the latest version (3.11 deployed on Nov. 26).
What language does this apply to?
Python 3.8
Describe the problem you are trying to solve.
The wheels on PyPI doesn't have
google/protobuf/pyext/_message.???.so
file if I install the package withpip
of Python 3.8. In this case pip useprotobuf-X.Y.Z-py2.py3-none-any.whl
. Thus python modulegoogle.protobuf.pyext.cpp_message
is broken to import. In fact, I don't use the latter, but I need to import classes fromgoogle.protobuf.pyext._message
(sorry).Describe the solution you'd like
We need wheels with compiled libraries for Python 3.8.
Describe alternatives you've considered
Downgrade my project to 3.7.
The text was updated successfully, but these errors were encountered: