You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
when i run python setup_examples.py reports the error like this:
lyy@lyy-X550JX:~/bxy/deepnet-master/deepnet/examples$ python setup_examples.py /home/lyy/bxy/mnist /home/lyy/bxy/result
Traceback (most recent call last):
File "setup_examples.py", line 2, in
from deepnet import util
File "/home/lyy/bxy/deepnet-master/deepnet/util.py", line 4, in
import deepnet_pb2
File "/home/lyy/bxy/deepnet-master/deepnet/deepnet_pb2.py", line 3, in
from google.protobuf import descriptor
ImportError: No module named google.protobuf
what is the problem?
The text was updated successfully, but these errors were encountered:
hello,
when i run python setup_examples.py reports the error like this:
lyy@lyy-X550JX:~/bxy/deepnet-master/deepnet/examples$ python setup_examples.py /home/lyy/bxy/mnist /home/lyy/bxy/result
Traceback (most recent call last):
File "setup_examples.py", line 2, in
from deepnet import util
File "/home/lyy/bxy/deepnet-master/deepnet/util.py", line 4, in
import deepnet_pb2
File "/home/lyy/bxy/deepnet-master/deepnet/deepnet_pb2.py", line 3, in
from google.protobuf import descriptor
ImportError: No module named google.protobuf
what is the problem?
The text was updated successfully, but these errors were encountered: