conda / conda

A system-level, binary package and environment manager running on all major operating systems and platforms.
https://docs.conda.io/projects/conda/
Other
6.35k stars 1.64k forks source link

Tensorflow Installation Problem in Anaconda3-5.0.1Environment #6483

Closed bansalmk18jan closed 6 years ago

bansalmk18jan commented 6 years ago

After installing the Anaconda3-5.0.1 on Ubuntu 17.10, I have followed the following steps to install the Tesnorflow -

$ conda create -n tensorflow python=3.6 $ source activate tensorflow (tensorflow)$ pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.4.0-cp36-cp36m-linux_x86_64.whl After installing the above pakages, I have verified the above installation in Anaconda environment, following issues are faced - we6aisol@we6aisol-H170-Gaming-3:$ source activate tensorflow (tensorflow) we6aisol@we6aisol-H170-Gaming-3:$ python Python 3.6.3 |Anaconda, Inc.| (default, Nov 20 2017, 20:41:42) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import tensorflow as tf /home/we6aisol/anaconda3/envs/tensorflow/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) Please help me to resolve this issue.

Thanks & Regards Manoj Bansal

jjhelmus commented 6 years ago

The tensorflow package you installed was created by Google not Anaconda, Inc. We cannot offer support for this package since we are not involved in its creation. Google may be able to provide support.

If you wish to use our Tensorflow package, it can be unstalled using conda install tensorflow.

github-actions[bot] commented 2 years ago

Hi there, thank you for your contribution to Conda!

This issue has been automatically locked since it has not had recent activity after it was closed.

Please open a new issue if needed.