You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced following problem### ImportError: cannot import name 'OVSKernelAP' from 'mininet.node'
this is additional details after sudo make install
_Installed /usr/local/lib/python3.10/dist-packages/mininet_wifi-2.6-py3.10.egg
Processing dependencies for mininet-wifi==2.6
Searching for setuptools==59.6.0
Best match: setuptools 59.6.0
Adding setuptools 59.6.0 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Searching for matplotlib==3.5.1
Best match: matplotlib 3.5.1
Adding matplotlib 3.5.1 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Finished processing dependencies for mininet-wifi==2.6_
p@p:/Downloads/mininet-wifi$ cd reproducible-research/mininet-wifi/IEEE-Access-2017
**p@p:/Downloads/mininet-wifi/reproducible-research/mininet-wifi/IEEE-Access-2017$ sudo python3 vanet.py
Traceback (most recent call last):
File "/home/p/Downloads/mininet-wifi/reproducible-research/mininet-wifi/IEEE-Access-2017/vanet.py", line 15, in
from mininet.node import Controller, OVSKernelSwitch, OVSKernelAP, Car
ImportError: cannot import name 'OVSKernelAP' from 'mininet.node' (/usr/local/lib/python3.10/dist-packages/mininet/node.py)**
The text was updated successfully, but these errors were encountered:
~/mininet-wifi$ sudo rm -r /usr/local/lib/python2.7/dist-packages/mininet*
after this line and I receive no mininet module error and
~/mininet-wifi$ sudo make install gives make: *** No rule to make target 'install'. Stop.
I do not understand always different errors are poping. anybody run this experiment recently without any error? is this updated or something missing?
Hi,
I faced following problem### ImportError: cannot import name 'OVSKernelAP' from 'mininet.node'
this is additional details after sudo make install
_Installed /usr/local/lib/python3.10/dist-packages/mininet_wifi-2.6-py3.10.egg
Processing dependencies for mininet-wifi==2.6
Searching for setuptools==59.6.0
Best match: setuptools 59.6.0
Adding setuptools 59.6.0 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Searching for matplotlib==3.5.1
Best match: matplotlib 3.5.1
Adding matplotlib 3.5.1 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Finished processing dependencies for mininet-wifi==2.6_
p@p:
/Downloads/mininet-wifi$ cd reproducible-research/mininet-wifi/IEEE-Access-2017/Downloads/mininet-wifi/reproducible-research/mininet-wifi/IEEE-Access-2017$ sudo python3 vanet.py**p@p:
Traceback (most recent call last):
File "/home/p/Downloads/mininet-wifi/reproducible-research/mininet-wifi/IEEE-Access-2017/vanet.py", line 15, in
from mininet.node import Controller, OVSKernelSwitch, OVSKernelAP, Car
ImportError: cannot import name 'OVSKernelAP' from 'mininet.node' (/usr/local/lib/python3.10/dist-packages/mininet/node.py)**
The text was updated successfully, but these errors were encountered: