简体   繁体   中英

Can't import tensorflow in Jupyter

The 'import tensorflow as tf" code seems to be giving me an Import Error response when I use that code in my Jupyter notebook. It would be important to note that I use Windows 10.

However, I am very sure that I downloaded tensorflow correctly. enter image description here 1. I created a conda environment 2. Activated it 3. downloaded tensorflow 4. updated the version 5. used pip install IPykernel

Any tips? Thank you so much, Stack Overflow Community!

Check whether you have installed the tensorflow library inside the environment.

Or else you can try coming out of the environment and trying again.

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