Description
Installed TF 1.4 with pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.4.0-cp36-cp36m-linux_x86_64.whl
Gives me this error on import:
/home/tom/anaconda3/envs/tf4/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6
return f(*args, **kwds)
Similar error reported form Tensorboard:
/home/tom/anaconda3/envs/tf4/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6
return f(*args, **kwds)
TensorBoard 0.4.0rc2 at http://tomServal:6006 (Press CTRL+C to quit)
Activity
zhedongzheng commentedon Nov 3, 2017
the same
mrry commentedon Nov 3, 2017
Closing this as a duplicate of #14182. Please follow along on that thread!