Patrick
Patrick

Reputation: 867

Environment works for terminal phython Interpreter but not PyCharm

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.

enter image description here

However, when I setup up the Project Interpreter using same environment. The IDE complaint that my TensorFlow is still old.

enter image description here

Upvotes: 1

Views: 72

Answers (1)

offeltoffel
offeltoffel

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

Related Questions