I am trying to install and run Orange3 on my ubuntu 15.10 machine. I followed these instructions and installed Orange3. After the installation, When I run
python3 -m Orange.canvas
This command, It opens up Orange GUI and works perfectly. But when I try to open the Orange in next time It didn't work. It shows
/usr/bin/python3: Error while finding spec for 'Orange.canvas' (: No module named 'scipy')
This error msg. I try to install Orange again and try whether it work. It runs first time, but next time It gives this error message. How can I fix it?