Why can't use the newly installed TensorFlow library using python 3? -
this question has answer here: 'library not loaded: @rpath/libcudart.7.5.dylib' tensorflow error on mac 3 answers i upgraded python 3.5 , trying use tensorflow. followed instructions https://www.tensorflow.org/versions/r0.10/get_started/os_setup.html , installed tensorflow gpu enabled: # mac os x, gpu enabled, python 3.4 or 3.5: $ export tf_binary_url=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.10.0rc0-py3-none-any.whl however, when tried using tensorflow threw strange error: >>> import tensorflow traceback (most recent call last): file "<stdin>", line 1, in <module> file "/users/user/path/venv2/lib/python3.5/site-packages/tensorflow/__init__.py", line 23, in <module> tensorflow.python import * file "/users/user/path/venv/lib/python3.5/site-packages/tensorflow/python/__ini...