Skip to content
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

Descriptors cannot not be created directly. #2

Open
Roushelfy opened this issue Jun 9, 2022 · 1 comment
Open

Descriptors cannot not be created directly. #2

Roushelfy opened this issue Jun 9, 2022 · 1 comment

Comments

@Roushelfy
Copy link

(pkuhole) D:\桌面\python\pkuhole-master>streamlit run app.py
Traceback (most recent call last):
File "D:\anaconda\envs\pkuhole\lib\runpy.py", line 197, in _run_module_as_main
return run_code(code, main_globals, None,
File "D:\anaconda\envs\pkuhole\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "D:\anaconda\envs\pkuhole\Scripts\streamlit.exe_main
.py", line 4, in
File "D:\anaconda\envs\pkuhole\lib\site-packages\streamlit_init
.py", line 48, in
from streamlit.proto.RootContainer_pb2 import RootContainer
File "D:\anaconda\envs\pkuhole\lib\site-packages\streamlit\proto\RootContainer_pb2.py", line 33, in
_descriptor.EnumValueDescriptor(
File "D:\anaconda\envs\pkuhole\lib\site-packages\google\protobuf\descriptor.py", line 755, in new
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:

  1. Downgrade the protobuf package to 3.20.x or lower.
  2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).

More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates

@HirojiFukuyama
Copy link
Owner

先看一下Environment里面的包有没有安装到目录

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants