【RYU】安装RYU常见问题及解决办法
来源:http://www.tudoupe.com时间:2022-07-24
目录
- 安装工具模块没有安装
- The 'webob>=1.2' distribution was not found and is required by ryu
- The 'routes' distribution was not found and is required by ryu
- The 'oslo.config>=1.2.0' distribution was not found and is required by ryu
- lxml未安装:
- six版本不足:
- 如果出现The 'ovs' distribution was not found and is required by ryu错误
- Stevedore
- Debtcollector
安装工具模块没有安装
curl https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_ setup.py|python
The ‘webob>=1.2’ distribution was not found and is required by ryu
sudo easy_ install webob==1.2.3
The ‘routes’ distribution was not found and is required by ryu
sudo easy_ install routes
The ‘oslo.config>=1.2.0’ distribution was not found and is required by ryu
sudo easy_ install oslo.config==3.0.0
lxml未安装:
apt-get install libxml2-dev libxslt1-dev python-dev
apt- get install python-lxml
six版本不足:
pip uninstall six
pip install six
如果出现The ‘ovs’ distribution was not found and is required by ryu错误
sudo pip install -r tools/ pip-requires
Stevedore
sudo pip install stevedore
Debtcollector
sudo pip install debtcollector
相关新闻
- 2023-04-16 2台电脑怎么共享(2台电脑怎么共享
- 2023-04-16 主板检测卡代码(电脑主板检测卡代
- 2023-04-16 dnf未响应(dnf未响应老是上不去)
- 2023-04-16 ppoe(pppoe拨号上网)
- 2023-04-16 网速不稳定(网速不稳定是路由器的
- 2023-04-16 wds状态(Wds状态成功)
- 2023-04-16 光标键(光标键不动了怎么办)
- 2023-04-16 电脑提速(电脑提速100倍的方法)
- 2023-04-16 切换用户(切换用户怎么切换回来
- 2023-04-16 数据包是什么(产品数据包是什么
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
