简体   繁体   中英

Install keras in Anaconda3 Ubuntu

I was trying to install keras in in anaconda in Ubuntu. I followed instuction from this site . All my packages are installed properly. Also in pip list I can see keras. But when I'm trying to import keras it's saying "no module called keras" .

Can anyone please help me?

我只是使用conda install keras ,它对我有用。

first, you need switch conda env to your target_env

source activate target_env

second, use pip install keras

pip install keras

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