Difference between revisions of "Orange: Install Ubuntu 20.04"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "==Repository== Edit vi /etc/apt/sources.list Pastikan deb http://id.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse ==Install Orange3== sudo su...")
 
Line 3: Line 3:
 
Edit
 
Edit
  
 +
sudo su
 
  vi /etc/apt/sources.list
 
  vi /etc/apt/sources.list
  
 
Pastikan
 
Pastikan
  
  deb http://id.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
+
 
 +
  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==
 
==Install Orange3==

Revision as of 12:45, 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 remove python3-pip python3-dev
rm -Rf $HOME/.local/lib/python3.6/site-packages
rm -Rf /usr/local/lib/python3.6/site-packages
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 cntk 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