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

Error json #16

Open eduhatch opened 6 years ago

eduhatch commented 6 years ago

Hi! It couldn't detected tensorflow although it's installed previously. Error while loading json: ./src/Static/ProjectProperties.json

Can you give me the solution? Thanks!

MrNothing commented 6 years ago

Hi, I will have to ask you for extra informations:

Thank you, Boris

eduhatch commented 6 years ago

Hi Mr. Boris,

Thank you for your quick reply. 1) I tested from Windows version. 2) I could access python & tensorflow with anaconda. From cmd only python (tensorflow didn’t work). Btw, the script editor also didn’t show up. Can you show me how to fix it? 3) I’ll send printscreen tomorrow.

Thanks a lot! Best regards,

Jessy

Sent from my iPhone

On Aug 20, 2018, at 17:17, Boris Musarais notifications@github.com wrote:

Hi, I will have to ask you for extra informations:

What environment are you testing AI-Blocks on? (Linux, Windows, Docker?) Are you able to get tensorflow and python from a regular console/terminal? Could you provide a screenshot of the actual error? Thank you, Boris

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

eduhatch commented 6 years ago

Dear Mr. Boris

Herewith I attach print screen error for pc with gpu & no-gpu for windows 7 & no -gpu of win 8. Python & tensorflow are worked under anaconda terminal.

Look forward for your tips! Thanks in advance. Best regards,

Jessy

Sent from my iPhone

MrNothing commented 6 years ago

Hi, Thank you for your help, unfortunately AIBlock is not compatible with anaconda/docker and other closed environments, this is a feature I have yet to implement. Could you simply install Tensorflow on your machine using: pip install tensorflow

If not you will have to wait or modify the sources yourself so that AIBlocks runs an Anaconda terminal instead of a regular python console.

Best regards,

Boris

eduhatch commented 6 years ago

Hi Mr. Boris,

Thanks for your reply. Yes, I already installed through python. But those errors still happened.

Sent from my iPhone

On Aug 22, 2018, at 1:51, Boris Musarais notifications@github.com wrote:

Hi, Thank you for your help, unfortunately AIBlock is not compatible with anaconda/docker and other closed environments, this is a feature I have yet to implement. Could you simply install Tensorflow on your machine using: pip install tensorflow

If not you will have to wait or modify the sources yourself so that AIBlocks runs an Anaconda terminal instead of a regular python console.

Best regards,

Boris

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

MrNothing commented 6 years ago

Can you send me those screenshots again? I do not see them attached in your last message.

Thank you,

Boris

ywdeeplearning commented 5 years ago

Hi,I use electron src/main.js to run the code,but it shows nothing,could you tell me how to build the source and run