Issue
I am a new users for Python and want to use tensorflow. I think I successfully installed tensorflow on my mac OSX via Anaconda. But I still can't figure out how to use tensorflow on Spyder. Could someone help me? Many thanks!
Solution
System default python maybe used on command line, first verify that you are using the python from anaconda distro. Set up the environment variables first.
If you are not building tensorflow with GPU support. you can install tensorflow through conda in one command.
$ conda install -c https://conda.anaconda.org/jjhelmus tensorflow
in Spyder: import tensorflow as tf. and you're good to go.
Answered By - iratzhash
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.