...
The installation process will fail without these dependencies:
CentOS
| Блок кода |
|---|
|
sudo yum install gcc libffi-devel python-devel openssl-devel epel-release git |
Once EPEL is configured, run:
| Блок кода |
|---|
|
sudo yum install python-pip |
| Блок кода |
|---|
|
sudo dnf install gcc libffi-devel python3-devel openssl-devel git |
Debian / Ubuntu LTS
| Блок кода |
|---|
|
sudo apt install build-essential libssl-dev libffi-dev python3-dev python3-setuptools python3-pip git
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
|
...