简体   繁体   中英

can not install tensorflow with with conda

I want to use anaconda prompt to install tensorflow but when I run this command: conda install -c conda-forge tensorflow I got an error:unavailable invalid chanel. You will need to adjust your conda configuration to proceed. Could someone help me?

你可以试试 pip

pip install tensorflow

it is better not to install anything with in the system and recommended way is to create an virtual environment

and install whatever you want in the environment

you can look at here

pip install virtualenv

Try this:

 starting Anaconda Navigator,
    goto'Environments',
    goto button 'Channels' and
    removing the channel 

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