使用GCP的https://cloud.google.com/vision的api实例时提示“ImportError: No module named protobuf”
解决办法/solution:
pip uninstall protobuf
pip uninstall google
pip install google
pip install protobuf
pip install google-cloud
使用GCP的https://cloud.google.com/vision的api实例时提示“ImportError: No module named protobuf”
解决办法/solution:
pip uninstall protobuf
pip uninstall google
pip install google
pip install protobuf
pip install google-cloud