biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

Importing Tensorflow is showing error #4020

Closed grafosyss closed 5 years ago

grafosyss commented 5 years ago

Describe the bug Hi, I tried to import tensorflow in python script in Orange, but it is showing an error as ModuleNotFoundError: No module named 'tensorflow' I use Anaconda Jupyter, but no issues in it. Kindly reply. I began to like orange but it is struck here.

Orange version: Orange 3.23

Operating system: Windows 7

ajdapretnar commented 5 years ago

Orange creates its own virtual environment, so the modules you are importing outside of it, won't be seen. Open Orange Command Prompt and install Tensorflow there.

grafosyss commented 5 years ago

Tensorflow is running, thank you. It is a good software. Is there anything like people can share widgets and everyone can download it?

ajdapretnar commented 5 years ago

I'm not sure what you mean by 'share widgets'... If you mean if you can share workflows, yes, you can save them in Orange and send them to colleagues. Note that you need to send them the data separately to use it in the workflow. If you mean if you can share you custom-made widgets, then you can submit a pull request to our Prototypes add-on: https://github.com/biolab/orange3-prototypes.

grafosyss commented 5 years ago

I meant Add-ons like File,Dataset, Linear regression, SVM, etc... Is there anywhere we can download add-on for CNN, RNN or GAN ?

ajdapretnar commented 5 years ago

File, Datasets, etc. are widgets. Add-ons are sets of widgets developed for a particular purpose (such as analyzing text, for example). Add-ons are available via Options - Add-ons. These are the Orange-supported add-ons (which means they are maintained regularly and they work). Other add-on can be installed via Options - Add-on - Add more.... Then enter pip install argument. These add-ons are at your own risk and might or might not work. As far as I know, there are no add-on available for CNN, RNN or GAN.

grafosyss commented 5 years ago

Thank you