My VirtualMachine OS is Ubuntu14.04, Linux. Recently I want to install the mininet in my OS, and I used the following steps to install it:

cd mininet
util/install.sh -a

then it successfully. However, when I tried the command mn to start mininet, I got this exception:

root@ubuntu:/home/wasdns# mn
Traceback (most recent call last):
File "/usr/bin/mn", line 27, in <module>
from mininet.node import ( Host, CPULimitedHost, Controller, OVSController,
ImportError: cannot import name OVSLegacyKernelSwitch

The way I solved it is adding sudo to the command: sudo mn.

2017/1/18

最新文章

  1. oracle分区表知识
  2. freemarker
  3. MySQL下载安装、配置与使用(win7x64)
  4. Linux C 文件与目录3 文件读写
  5. Java中Scanner类
  6. 为什么struts2 ajax 方法执行两次
  7. 最短路知识点总结(Dijkstra,Floyd,SPFA,Bellman-Ford)
  8. CCS Debug Assertion Failed
  9. DOUAudioStreamer 中kqueue的应用
  10. Java基本包装类型
  11. ionic4+angular6 混合移动开发 capacitor cordova
  12. Android Jetpack 组建介绍(二)——Lifecycler
  13. Atitit.resin&#160;&#160;could&#160;not&#160;create&#160;the&#160;java&#160;virtual&#160;machine问题
  14. 【Asp.net入门5-02】创建数据模型和存储库
  15. js中,三元运算的简单应用(?:)
  16. springcloud 开发时快速剔除无用服务
  17. 1132. Cut Integer (20)
  18. selenium使用js进行点击
  19. 【java规则引擎】之Drools引擎中模拟ReteooStatefulSession内部设计结构
  20. MVC如何在路由器(RouteConfig)定义后缀.html

热门文章

  1. 【Flask】在Flask中使用logger
  2. CGI/FastCGI/mod_php工作原理
  3. 网络编程(基于udp协议的套接字/socketserver模块/进程简介)
  4. spring 自定义事物同步器(一): TransactionSynchronizationManager 解析
  5. maven之jre默认配置
  6. 避免SSH连接因超时闲置断开
  7. 20165324 学习基础与C语言学习心得
  8. iOS学习之Objective-C 2.0 运行时系统编程
  9. python阳历转阴历,阴历转阳历
  10. Codeforces Round #403 (Div. 2, based on Technocup 2017 Finals) A. Andryusha and Socks