I'm working on PyCharm 2018.1. I've already created an environment and successfully installed tensorflow through conda, but the Python interpreter still can't find the package. That's the error I get:
Traceback (most recent call last):
File "/home/federico/PycharmProjects/HandGestureRecognition/demo.py", line 3, in <module>
import tensorflow as tf
ImportError: No module named tensorflow
I'm sure I've installed tensorflow because I can run tensorflow programs from the shell.