Skip to content

Instantly share code, notes, and snippets.

@zou3519
Created August 27, 2019 14:19
Show Gist options
  • Save zou3519/2bf70eb0cf6a1debd7758d1b3df21293 to your computer and use it in GitHub Desktop.
Save zou3519/2bf70eb0cf6a1debd7758d1b3df21293 to your computer and use it in GitHub Desktop.
(/scratch/rzou/pt/nt6-env) [1] rzou@devfair0317:/scratch/rzou/pt/nt6/benchmarks/operator_benchmark (nt9) $ python -m pt.add_test --list_tests
Traceback (most recent call last):
File "/scratch/rzou/pt/nt6-env/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/scratch/rzou/pt/nt6-env/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/scratch/rzou/pt/nt6/benchmarks/operator_benchmark/pt/add_test.py", line 6, in <module>
import operator_benchmark as op_bench
File "/scratch/rzou/pt/nt6/benchmarks/operator_benchmark/operator_benchmark.py", line 3, in <module>
import benchmark_runner # noqa
File "/scratch/rzou/pt/nt6/benchmarks/operator_benchmark/benchmark_runner.py", line 8, in <module>
from caffe2.python import workspace
File "/scratch/rzou/pt/nt6/caffe2/python/__init__.py", line 2, in <module>
from caffe2.proto import caffe2_pb2
File "/scratch/rzou/pt/nt6/caffe2/proto/__init__.py", line 11, in <module>
from caffe2.proto import caffe2_pb2, metanet_pb2, torch_pb2
File "/scratch/rzou/pt/nt6/caffe2/proto/caffe2_pb2.py", line 6, in <module>
from google.protobuf.internal import enum_type_wrapper
ModuleNotFoundError: No module named 'google'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment