简体   繁体   中英

I installed TensorFlow and found no modules found

I downloaded it by pip install tensorflow in cmd

The installation is fine and I have tensorflow when I pip list and look at the list.

in Python,

import tensorflow

but can't find the module.

I can't install it with pip3.

What should I do?

I think you have multiple python versions installed.You can use cmd ' where python ' on windows to find which python you are running and also verify where you have install tenserflow module using pip.

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