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
from google.protobuf.pyext import _message
Traceback (most recent call last):
File "<pyshell#5>", line 1, in
from google.protobuf.pyext import _message
ImportError: cannot import name '_message'
from google.protobuf.pyext import _message
C:\Users\13971\Desktop\大一暑\Project\audioNet>pip install protobuf==3.6.0
Collecting protobuf==3.6.0
Using cached https://files.pythonhosted.org/packages/75/7a/0dba607e50b97f6a89fa3f96e23bf56922fa59d748238b30507bfe361bbc/protobuf-3.6.0-cp36-cp36m-win_amd64.whl
Requirement already satisfied: setuptools in d:\users\13971\appdata\local\programs\python\python36\lib\site-packages (from protobuf==3.6.0) (28.8.0)
Requirement already satisfied: six>=1.9 in d:\users\13971\appdata\local\programs\python\python36\lib\site-packages (from protobuf==3.6.0) (1.12.0)
ERROR: tensorflow 1.14.0 has requirement protobuf>=3.6.1, but you'll have protobuf 3.6.0 which is incompatible.
ERROR: tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you'll have setuptools 28.8.0 which is incompatible.
Installing collected packages: protobuf
Successfully installed protobuf-3.6.0
The text was updated successfully, but these errors were encountered:
C:\Users\13971\Desktop\大一暑\Project\audioNet>pip install protobuf==3.6.0
Collecting protobuf==3.6.0
Using cached https://files.pythonhosted.org/packages/75/7a/0dba607e50b97f6a89fa3f96e23bf56922fa59d748238b30507bfe361bbc/protobuf-3.6.0-cp36-cp36m-win_amd64.whl
Requirement already satisfied: setuptools in d:\users\13971\appdata\local\programs\python\python36\lib\site-packages (from protobuf==3.6.0) (28.8.0)
Requirement already satisfied: six>=1.9 in d:\users\13971\appdata\local\programs\python\python36\lib\site-packages (from protobuf==3.6.0) (1.12.0)
ERROR: tensorflow 1.14.0 has requirement protobuf>=3.6.1, but you'll have protobuf 3.6.0 which is incompatible.
ERROR: tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you'll have setuptools 28.8.0 which is incompatible.
Installing collected packages: protobuf
Successfully installed protobuf-3.6.0
The text was updated successfully, but these errors were encountered: