Orange: Install Ubuntu 18.04

From OnnoWiki
Revision as of 10:59, 15 June 2019 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Install Orange2

GAGAL


sudo apt update
sudo apt -y install python-pip
sudo pip --no-cache-dir install scipy
sudo pip install orange


Install Orange3

sudo su
apt update
apt -y install build-essential libssl-dev libffi-dev subversion python-dev python3-dev 
apt -y install python3-pyqt5 python3-pyqt5.qtsvg python3-pyqt5.qtwebkit
apt remove python-pip python3-pip
cd /usr/local/src
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
python3 get-pip.py
pip install twython==3.7.0
pip install scipy==1.2.1
pip install kiwisolver==1.0.1
pip install numpy==1.16.2
pip install matplotlib==3.0.3
pip install six==1.12.0
pip install testresources==2.0.1
chmod -Rf 777 /usr/local/lib/
chmod -Rf 777 /usr/local/bin/


(from versions: 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.3.8, 3.3.9, 3.3.10, 3.3.11, 3.3.12,
3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 3.5.0, 3.6.0, 3.7.0, 3.7.1, 3.8.0, 3.9.0, 3.9.1,
3.10.0, 3.11.0, 3.12.0, 3.13.0, 3.14.0, 3.15.0, 3.16.0, 3.17.0, 3.18.0, 3.19.0, 3.20.0, 3.20.1)
pip install orange3==3.17.0

CATATAN: Versi Terakhir tidak recommended ada BUG. Jangan jalankan perintah ini.

pip install orange3
pip install orange3==3.21.0


BUG:

libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Segmentation fault (core dumped)

Pranala Menarik