http://blog.csdn.net/pipisorry/article/details/52845804
orange的安装
linux下的安装
先安装依赖pyqt4[PyQt教程 - pythonQt的安装和配置及版本间差异]
检查是否安装成功
import Orange
运行GUI界面
python3 -m Orange.canvas
安装出错
build/temp.linux-x86_64-3.5/_openssl.c:433:30: fatal error: openssl/opensslv.h: No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Failed building wheel for cryptography
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
解决:sudo apt-get install -y libssl-dev
Orange教程
等有时间了再写。。。
from: http://blog.csdn.net/pipisorry/article/details/52845804
ref: [orange:Data Mining Fruitful and Fun]