首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Streamlit错误。无法正确访问流光(mac)

Streamlit错误。无法正确访问流光(mac)
EN

Stack Overflow用户
提问于 2022-09-21 07:04:58
回答 1查看 106关注 0票数 0

这就是我在终端机上输入的内容

代码语言:javascript
复制
(python_streamlit) kaipo@Kaipos-MacBook-Pro python_streamlit % streamlit hello

这是我得到的回报

代码语言:javascript
复制
Traceback (most recent call last):
  File "/Users/kaipo/.local/share/virtualenvs/python_streamlit-XyirRlP5/bin/streamlit", line 5, in <module>
    from streamlit.web.cli import main
  File "/Users/kaipo/.local/share/virtualenvs/python_streamlit-XyirRlP5/lib/python3.10/site-packages/streamlit/__init__.py", line 48, in <module>
    from streamlit.proto.RootContainer_pb2 import RootContainer
  File "/Users/kaipo/.local/share/virtualenvs/python_streamlit-XyirRlP5/lib/python3.10/site-packages/streamlit/proto/RootContainer_pb2.py", line 6, in <module>
    from google.protobuf import descriptor as _descriptor
  File "/Users/kaipo/.local/share/virtualenvs/python_streamlit-XyirRlP5/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 47, in <module>
    from google.protobuf.pyext import _message
ImportError: dlopen(/Users/kaipo/.local/share/virtualenvs/python_streamlit-XyirRlP5/lib/python3.10/site-packages/google/protobuf/pyext/_message.cpython-310-darwin.so, 2): Symbol not found: __ZN6google8protobuf15FieldDescriptor12TypeOnceInitEPKS1_
  Referenced from: /Users/kaipo/.local/share/virtualenvs/python_streamlit-XyirRlP5/lib/python3.10/site-packages/google/protobuf/pyext/_message.cpython-310-darwin.so
  Expected in: flat namespace
 in /Users/kaipo/.local/share/virtualenvs/python_streamlit-XyirRlP5/lib/python3.10/site-packages/google/protobuf/pyext/_message.cpython-310-darwin.so

我已经做了

代码语言:javascript
复制
pipenv shell

使用新的流光环境

它也在最新的更新中,Pipfile和Pipfile.lock在我的文件夹中。我也在macOS上。

感谢各位对此有什么想法:)

EN

回答 1

Stack Overflow用户

发布于 2022-09-21 07:20:45

您的protobuf版本似乎不兼容。尝试安装此版本:

代码语言:javascript
复制
protobuf = ">=3.6.0, !=3.11"
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73796603

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档