简体   繁体   中英

Why is it necessary to create a conda environment for Tensorflow during installation? Why can't we install Tensorflow through pip?

When installing tensor on anaconda, the command to do it is;

$ conda create -n tensorflow 

Why is it necessary to create a conda environment for Tensorflow? Why not simply use pip to install tensorflow like most other python packages?

I am using anaconda python 3.6

I will answer my own question. It is not necessary to create conda environment for Tensorflow. Tensorflow can be installed through pip. This has been done and tested.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM