Hi everyone, I'm trying to import tensorflow in my Python environment. I tried already so many things, but keep getting an error in Jupyter: Error importing tensorflow. Unless you are using bazel, you should not try to import tensorflow from its source directory; please exit the tensorflow source tree, and relaunch your python interpreter from there. He is telling me as well that de module _pywrap_tensorflow is missing. I installed it with PIP and that went good. What is the problem and how can i fix it?? I have Python 3.7.1 and use the anaconda navigator.
... View more