Tensorflow als TF modulenotFoundError importieren: Kein Modul mit dem Namen "TensorFlow"
conda create -n tensorflow python=3.5
activate tensorflow
pip install --ignore-installed --upgrade tensorflow
Clumsy Cobra