Difference between revisions of "Orange: Install Ubuntu 20.04"

From OnnoWiki
Jump to navigation Jump to search
Line 29: Line 29:
  
 
  pip3 install numpy scipy mkl nose sphinx pydot-ng pandas-datareader
 
  pip3 install numpy scipy mkl nose sphinx pydot-ng pandas-datareader
  pip3 install parameterized Theano cntk matplotlib sklearn seaborn h5py
+
  pip3 install parameterized Theano matplotlib sklearn seaborn h5py
 
  pip3 install matplotlib pandas scipy sklearn seaborn features
 
  pip3 install matplotlib pandas scipy sklearn seaborn features
 
  pip3 install spyder
 
  pip3 install spyder

Revision as of 13:20, 10 May 2020

Repository

Edit

sudo su
vi /etc/apt/sources.list

Pastikan

deb http://id.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://id.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://id.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu focal-security main restricted universe multiverse

Install Orange3

sudo su
apt update
apt -y install python3-dev python3-pip

WARNING: Proses Instalasi Orange3 membutuhkan waktu lama & akses Internet yang baik.


versi minimal

pip3 install orange3

Versi yang lebih Lengkap

pip3 install numpy scipy mkl nose sphinx pydot-ng pandas-datareader
pip3 install parameterized Theano matplotlib sklearn seaborn h5py
pip3 install matplotlib pandas scipy sklearn seaborn features
pip3 install spyder
pip3 install tensorflow keras
pip3 install orange3
mkdir -p /usr/lib/python3.6/site-packages/
chmod -Rf 777 /usr/lib/python3.6/site-packages/
chown -Rf nobody: /usr/lib/python3.6/site-packages/

Optional

pip3 install python-twitter

Pranala Menarik