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
I am having trouble with my installations, and would love to know from one of you who did manage to install and run what are your versions.
I tried:
Python3.7 with tensorflow 1.8/1.6/1.5 - all leading to missing modules such as: ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'
I followed this thread about it: tensorflow/tensorflow#20690
Python3.6.8 with tensorflow 1.6.0:
tensorflow couldn't be installed due to protobuf requires Python '>=3.7' but the running Python is 3.6.8
The text was updated successfully, but these errors were encountered:
I am having trouble with my installations, and would love to know from one of you who did manage to install and run what are your versions.
I tried:
Python3.7 with tensorflow 1.8/1.6/1.5 - all leading to missing modules such as:
ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'
I followed this thread about it: tensorflow/tensorflow#20690
Python3.6.8 with tensorflow 1.6.0:
tensorflow couldn't be installed due to
protobuf requires Python '>=3.7' but the running Python is 3.6.8
The text was updated successfully, but these errors were encountered: