簡體   English   中英

無法使用 conda 安裝 tensorflow

[英]can not install tensorflow with with conda

我想使用 anaconda prompt 來安裝 tensorflow,但是當我運行這個命令時: conda install -c conda-forge tensorflow 我得到一個錯誤:unavailable invalid chanel。 您需要調整 conda 配置才能繼續。 有人可以幫助我嗎?

你可以試試 pip

pip install tensorflow

最好不要在系統中安裝任何東西,推薦的方法是創建一個虛擬環境

並在環境中安裝任何你想要的

你可以看看這里

pip install virtualenv

嘗試這個:

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM