We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install protobuf==4.21.1
pip install bernhard
python -c "import bernhard"
Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.9/site-packages/bernhard/__init__.py", line 20, in <module> from . import pb File "/usr/local/lib/python3.9/site-packages/bernhard/pb.py", line 13, in <module> DESCRIPTOR = _descriptor.FileDescriptor( File "/usr/local/lib/python3.9/site-packages/google/protobuf/descriptor.py", line 1028, in __new__ return _message.default_pool.AddSerializedFile(serialized_pb) TypeError: expected bytes, str found
Template copied from #29 😄
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Versions
Steps to reproduce
pip install protobuf==4.21.1
pip install bernhard
python -c "import bernhard"
, throws the error,Template copied from #29 😄
The text was updated successfully, but these errors were encountered: