You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the following command lines and "successfully" installed tf1.50:
pushd C:\Program Files\Anaconda3\Scripts
conda create -n tensorflow pip python=3.6
activate tensorflow
pip install tensorflow_gpu-1.5.0-cp36-cp36m-win_amd64.whl
But when I try run the following line in Python interactive sheel, I get the error in the subject line, any idea?
Kindest,
Wei
The text was updated successfully, but these errors were encountered:
Hi there!
I have used the following command lines and "successfully" installed tf1.50:
pushd C:\Program Files\Anaconda3\Scripts
conda create -n tensorflow pip python=3.6
activate tensorflow
pip install tensorflow_gpu-1.5.0-cp36-cp36m-win_amd64.whl
But when I try run the following line in Python interactive sheel, I get the error in the subject line, any idea?
Kindest,
Wei
The text was updated successfully, but these errors were encountered: