Skip to content

TensorFlow 1.4 (gpu Linux) Py36 not built with Py36 #14218

Closed
@dartdog

Description

@dartdog

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

zhedongzheng commented on Nov 3, 2017

@zhedongzheng

the same

mrry

mrry commented on Nov 3, 2017

@mrry
Contributor

Closing this as a duplicate of #14182. Please follow along on that thread!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dartdog@mrry@zhedongzheng

        Issue actions

          TensorFlow 1.4 (gpu Linux) Py36 not built with Py36 Β· Issue #14218 Β· tensorflow/tensorflow