[PYTHON] I built a TensorFlow environment on windows10

When I tried to use TensorFlow on windows10, I got stuck with some notes.

  1. Python version is different On 2017/04/29, the windows version of TensorFlow only supports Python 3.5. In my case, 3.6 was included, so I uninstalled it.
    Addendum
    It seems good to use Anaconda's virtual environment
    https://conda.io/docs/user-guide/tasks/manage-environments.html

  2. An error occurs and the installation stops When I executed the following installation command pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.0-cp35-cp35m-win_amd64.whl Cannot remove entries from nonexistent file... Etc. was displayed and it failed. http://yaju3d.hatenablog.jp/entry/2016/12/06/023820 According to it seems to be a dependency package issue, pip install --upgrade -I setuptools Was executed.

  3. Successful installation import tensorflow I confirmed that it can be imported with.

Reference site Official https://www.tensorflow.org/install/install_windows

Recommended Posts

I built a TensorFlow environment on windows10
[Tensorflow] Tensorflow environment construction on Windows 10
Building a TensorFlow environment that uses GPU on Windows 10
I tried to create a server environment that runs on Windows 10
Build TensorFlow on Windows
Simply build a Python 3 execution environment on Windows
Create a Python execution environment on IBM i
Create a Python virtual development environment on Windows
I tried object detection with YOLO v3 (TensorFlow 2.0) on a windows CPU!
Build a GVim-based Python development environment on Windows 10 (3) GVim8.0 & Python3.6
Prepare Chainer environment on Windows
I made a Python3 environment on Ubuntu with direnv.
Build a GVim-based Python development environment on Windows 10 (1) Installation
Build Python environment on Windows
Django environment development on Windows 10
Procedure for building a CDK environment on Windows (Python)
Build python environment on windows
I built a Wheel for Windows using Github Actions
I ran python on windows
Create a decent shell and python environment on Windows
Build a machine learning environment natively on Windows 10 (x64)
I tried the super-resolution algorithm "PULSE" in a Windows environment
Build a GVim-based Python development environment on Windows 10 (2) Basic settings
I made a VGG16 model using TensorFlow (on the way)
A note when I can't open Jupyter Notebook on Windows
Building a Python environment on Mac
Python environment construction memo on Windows 10
Anaconda python environment construction on Windows 10
Building a Python environment on Ubuntu
Install python2.7 on windows 32bit environment
Create a Python environment on Mac (2017/4)
Run Tensorflow natively supported on windows
Create a python environment on centos
Use Tensorflow 2.1.0 with Anaconda on Windows 10!
Build a python3 environment on CentOS7
I built an environment for machine learning from scratch (windows10 + Anaconda + VSCode + Tensorflow + GPU version)
Create a Python environment for professionals in VS Code on Windows
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Environment construction of TensorFlow + JupyterNotebook + Matplotlib on Windows version Anaconda (August 2017 version)
Everything from building a Python environment to running it on Windows
Python 2.7, 3.4, 3.5 extension module build environment on Windows
Run TensorFlow on a GPU instance on AWS
Try using Bash on Windows 10 2 (TensorFlow installation)
Programming environment for beginners made on Windows
Build a python environment on MacOS (Catallina)
Build a Tensorflow environment with Raspberry Pi [2020]
Create a python environment on your Mac
I tried playing a ○ ✕ game using TensorFlow
Building a Python 3.6 environment with Windows + PowerShell
I want to build a Python environment
I installed TensorFlow (GPU version) on Ubuntu
Create a Linux virtual machine on Windows
Build a Python + OpenCV environment on Cloud9
I started Node.js in a virtual environment
Run matplotlib on a Windows Docker container
Building an environment for "Tello_Video" on Windows
I easily built an operating environment for Python3 + Tornado on AWS EC2.
Create a Python development environment on Windows (Visual Studio Code remote WSL).
Using graph drawing using Python's Matplotlib + Seaborn on Windows, a non-Python execution environment
Steps to create a Python virtual environment with VS Code on Windows
I made a Dir en gray face classifier using TensorFlow --② Environment construction