问题
I build and installed tensorflow in my ubuntu 16.04 with gpu. In command line I can easily activate tensorflow environment but while I try to run the code through spyder it show this : "No module named tensorflow.examples.tutorials.mnist"
how can I run my python code from spyder with tensorflow?
回答1:
Enter the enviornment
source activate tensorflow
install spyder
conda install spyder
Run spyder
spyder
`
来源:https://stackoverflow.com/questions/40166386/spyder-cant-load-tensorflow