[PYTHON] tensorflow does not enter in windows + anaconda.

You can enter with pip. But no. There is no meaning in the virtual environment.

conda install tensorflow

The cause is this https://github.com/conda/conda/issues/7203 The required file path becomes too long and gets stuck in the windows path length limit.

Two solutions are presented,

The latter is recommended no matter what Touch the anaconda configuration file. If not, C: \ Users \ username \ .condarc will be created below.

conda config

Describe the following here

pkgs_dirs:
  - c:\conda-pkgs

It seems to be almost a required setting for windows + anaconda.

Recommended Posts

tensorflow does not enter in windows + anaconda.
Various Anaconda settings in Windows 10 environment
Use Tensorflow 2.1.0 with Anaconda on Windows 10!
When Anaconda Navigator (Mac) does not start
In Ruby, inspect does not substitute to_s
Run PIFuHD in Windows + Anaconda + Git Bash environment
Opencv4.1 + Windows10 + Python 3.7.5 cv2.VideoCapture does not display correctly
Enter a specific value for variable in tensorflow
How to install the deep learning framework Tensorflow 1.0 in the Anaconda environment of Windows
What to do when Python starts up in Anaconda does not come out unexpectedly
Key input that does not wait for key input in Python
Panel does not fit in Box Sizer put in Frame! !! !! !!
Clicking on name attribute in Selenium does not submit
Procedure to install TensorFlow in fish shell environment (Anaconda 4.0.0)
Command when ACPI shutdown does not work in VirtualBox
Install Anaconda on Windows 10
virtualenvwrapper in windows environment
R in Anaconda (in Ubuntu 14.04)
Build TensorFlow on Windows
Image normalization in TensorFlow
Seaborn, matplotlib garbled characters resolved in Windows10, Anaconda virtual environment
[Python] Reason why index error does not occur in slice
Double-click ipynb in windows + anaconda environment to open with jupyter-notebook