博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
"ImportError: cannot import name OVSLegacyKernelSwitch"
阅读量:6689 次
发布时间:2019-06-25

本文共 578 字,大约阅读时间需要 1 分钟。

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 mininetutil/install.sh -a

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

root@ubuntu:/home/wasdns# mnTraceback (most recent call last):  File "/usr/bin/mn", line 27, in 
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

转载地址:http://rykoo.baihongyu.com/

你可能感兴趣的文章
马哥笔记第十六天故障排除、trap、sed、awk、bash数组、bash字符串操作
查看>>
在ubuntu系统中配置《汇编语言的编程艺术》开发环境
查看>>
关闭windows的默认共享
查看>>
react开发环境搭建
查看>>
数据库读写分离
查看>>
spark-submit性能调优
查看>>
三年的职业生涯
查看>>
Linux身份验证策略
查看>>
社交是微信营销
查看>>
2008 R2 证书服务器应用详解
查看>>
hive 动态分区太多问题
查看>>
Windows Server 2008 RemoteApp(二)---部署激活远程桌面授权服务器
查看>>
读取日志文件开发总结
查看>>
IOS --React Native
查看>>
Linux CPU
查看>>
用模板实现顺序表与单链表
查看>>
Linux/Centos ntp时间同步,联网情况和无网情况配置
查看>>
初级网络运维工程师比赛题目
查看>>
跨交换机实现vlan实验报告
查看>>
jquery easyui滚动条部分设置介绍
查看>>