MrNothing / AI-Blocks

A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!
https://mrnothing.github.io/AI-Blocks/index.html
Other
1.87k stars 224 forks source link

Problem using tensorflow #7

Closed Pertence closed 6 years ago

Pertence commented 6 years ago

When I try to run an project, I get this error: "C:\Users\Augusto\AppData\Local\Temp/main.py", line 2, in import tensorflow as tf ImportError: No module named tensorflow." However, I can import this module with no problem, using JupyterLab with an conda environment with tensorflow package installed. Can you help me? Please.

MrNothing commented 6 years ago

The conda environement is an isolated instance. The program runs tensorflow from cmd.exe. Have you tried importing tensorflow from a regular command line? If it does not work, I suggest installing tensorflow the regular way:

pip install tensorflow or pip install tensorflow-gpu

Let me know if this fixes your issue.

Pertence commented 6 years ago

It may take a while test. First, I have to, properly, configure python 3.5 on my machine.

MrNothing commented 6 years ago

I'm closing this, let me know if you still have issues when tensorflow is installed.