no module named google.protobuf.internal
在安装protobuf时出现问题,
no module named google.protobuf.internal
执行这步,若出现Couldn't find index page for 'google-apputils' (maybe misspelled?),则缺少google-apputils文件包
手动安装,过程中可能会出现缺少python-gflags,手动安装。
然后将protobuf-2.1.0/python 下面的google cp到anaconda2/lib/python/site-packages/
应该就解决了

相关文章:

  • 2021-04-10
  • 2022-01-04
  • 2021-11-21
  • 2021-08-23
  • 2022-12-23
  • 2021-08-17
  • 2021-12-20
  • 2021-04-10
猜你喜欢
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
相关资源
相似解决方案