I am not able to install tensorflow on windows, the pip is working correctly but still this issues is there ..
相关问题
- batch_dot with variable batch size in Keras
- Django __str__ returned non-string (type NoneType)
- How to postpone/defer the evaluation of f-strings?
- ImportError shows up with py.test, but not when ru
- Comparing pd.Series and getting, what appears to b
相关文章
- 在liunx 安装Levenshtein错误
- tensorflow 神经网络 训练集准确度远高于验证集和测试集准确度?
- Tensorflow: device CUDA:0 not supported by XLA ser
- Airflow depends_on_past explanation
- Raspberry Pi-Python: Install Pandas on Python 3.5.
- Numpy array to TFrecord
- conditional graph in tensorflow and for loop that
- How to downgrade to cuda 10.0 in arch linux?
i was solved same problems, look this image Screenshoot of Problem before cuntinue, you maybe look at this requirement : Python 3.5 & Windows64 bit, check out this on python site. at least, before i wuse 2.7th version of Python (maybe later for ure version)..
I uninstall a previously python version, and install a 3.5.2 version and this link for download
Finally it's done this Screenshoot Was Solved
I hope this answer will help u to resolve.. best regards :)
Firstly, make sure you've got Python 3.5.2 (64-bit version) installed on your computer, which you can do it here. Then, add its path to your environment variable, the path may look something like *C:\Users\username\AppData\Local\Programs\Python\Python35*. After you've followed these steps try to install TensorFlow via PIP.
Note - TensorFlow supports only 64-bit Python 3.5 on Windows.
Thanks this worked. Python 3.5.2 and pip 9.0.1