abhinav
abhinav

Reputation: 1138

Unable to import tensorflow (using pycharm IDE)

I have installed everything and setup all dependencies for Tensorflow in Ubuntu.

But after running it, it shows this error:

Error Screenshot

Upvotes: 0

Views: 514

Answers (1)

abhinav
abhinav

Reputation: 1138

Actually, it was an interpreter issue. I have managed to change default interpreter for this project in Project Preferences > Project Interpreter

Then, I've changed the interpreter to where i am installing the tensorflow and issue is now resolved.

Upvotes: 1

Related Questions