还在苦苦敲代码开发APP?你out啦! 试试积木搭建APP吧~

【解决】Python:ModuleNotFoundError: No module named 'google.protobuf'

来源:清泛原创     2023-08-22 15:58:31    人气:     我有话说( 0 人参与)

1、先尝试重新安装protobuf:pip3 uninstall protobufpip3 uninstall googlepip3 install googlepip3 install protobuf2、没有效果的话,尝试进入dist-packages目录,刷新

1、先尝试重新安装protobuf:

pip3 uninstall protobuf
pip3 uninstall google
pip3 install google
pip3 install protobuf


2、没有效果的话,尝试进入dist-packages目录,刷新__init__.py文件:

cd /usr/local/lib/python3/dist-packages
touch google/__init__.py

参考资料:https://stackoverflow.com/questions/38680593/importerror-no-module-named-google-protobuf


python protobuf

注:本文为本站或本站会员原创优质内容,版权属于原作者及清泛网所有,
欢迎转载,转载时须注明版权并添加来源链接,谢谢合作! (编辑:admin)
分享到: