1. 程式人生 > >在重新編譯RYU時候碰到的問題。

在重新編譯RYU時候碰到的問題。

1,import setuptools ImportError: No module named setuptools

解決

2,distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')

解決: wget  https://bootstrap.pypa.io/get-pip.py

          python get-pip.py

          pip install pbr

3 又會這樣

在response時,無法返回,報錯Can’t connect to HTTPS URL because the SSL module is not available

解決辦法:

sudo apt-get install libssl-dev
sudo apt-get install openssl
進入到安裝的python的目錄下
./configure --enable-shared --enable-loadable-sqlite-extensions

sudo make
sudo make install