简体   繁体   中英

how to installe caffe in ubuntu 20.04

我尝试安装 caffe 但我在安装中仍然遇到问题,我尝试了几个教程但仍然无法做到文件“/home/lynda/caffe/python/caffe/proto/caffe_pb2.py”,第 6 行, in from google.protobuf.internal import enum_type_wrapper ModuleNotFoundError: No module named 'google'

You are missing the module google . You need to install it

sudo python3 -m pip install google

or

sudo python -m pip install google

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM