ryu安装总结
Posted WayToAccept
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ryu安装总结相关的知识,希望对你有一定的参考价值。
linux系统为ubuntu 15.10
安装ryu控制器的过程历尽各种error.终于装成功.
先说一下安装过程
参考文章 http://linton.tw/2015/02/18/An-install-script-and-guide-for-Ryu/
1.使用脚本安装
$ wget https://raw.githubusercontent.com/sdnds-tw/ryuInstallHelper/master/ryuInstallHelper.sh
$ bash ryuInstallHelper.sh
安装完之后,运行
ryu-manager
提示诸如:
pkg_resources.DistributionNotFound: The 'stevedore>=1.17.1' distribution was not found and is required by oslo.config
类的错误.就一个一个使用pip安装,去解决,就好了.
参考:http://hoootony.logdown.com/posts/244771-notes-in-ubuntu-install-ryu-1404-sdn-framework
你可能会参考网上的这个文档,这两种安装方式很容易出错:
https://media.readthedocs.org/pdf/ryu/latest/ryu.pdf
我首先选用的是git clone的安装方式
一直遇到 i686-gnu-gcc不能执行的问题,然后上网找了一堆的解决方案(下载各种python库文件),换成pip也是然并卵,最后换成脚本安装了.
愿大家都安装成功!
以上是关于ryu安装总结的主要内容,如果未能解决你的问题,请参考以下文章