Reputation: 867
The Python interpreter works great in the terminal with my environment. As you can see in the picture, after I activate the environment and try tensorflow in python. It works.
However, when I setup up the Project Interpreter using same environment. The IDE complaint that my TensorFlow is still old.
Upvotes: 1
Views: 72
Reputation: 2801
The issue lies in the Settings
for Run/Debug which are found in the Run
menu. The interpreter can differ from the one specified in the Project Settings.
Upvotes: 1