gpt4 book ai didi

python - 无法导入名称 ProtocolBuffer

转载 作者:行者123 更新时间:2023-11-28 18:28:38 25 4
gpt4 key购买 nike

我正在尝试在 visual studio 2015 中调试 app_engine 项目。到目前为止,我有这些行:

我安装了 pip:端点、protopc、appengine 和 google-api-python-client 库

import endpoints
from protorpc import message_types
from protorpc import messages
from protorpc import remote

enter image description here

Traceback (most recent call last):
File "d:\users\someuser\documents\visual studio 2015\Projects\froomPy\froomPy\main.py", line 22, in <module>
from protorpc import remote
File "D:\Python27\lib\site-packages\protorpc\remote.py", line 117, in <module>
from . import protobuf
File "D:\Python27\lib\site-packages\protorpc\protobuf.py", line 41, in <module>
from .google_imports import ProtocolBuffer
ImportError: cannot import name ProtocolBuffer

如何处理此错误 cannot import name ProtocolBuffer 或 pip google_imports

最佳答案

我不知道你为什么要尝试运行/调试这个文件,但我在运行时遇到了同样的问题:

python Hello_Endpoints/helloworld_api.py 

...直到我意识到我只需要运行 .yaml 函数:

dev_appserver.py Hello_Endpoints/app.yaml 

启动服务器,然后转到http://localhost:8080/查看正在运行的应用程序

关于python - 无法导入名称 ProtocolBuffer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39248624/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com