Closed mfatihkoc closed 8 months ago
Please make sure you have the mn-wifi code base from 2017.
yes I have downloaded with https://github.com/ramonfontes/reproducible-research/tree/master/mininet-wifi/IEEE-Access-2017
https://github.com/ramonfontes/reproducible-research/tree/master/mininet-wifi/IEEE-Access-2017
This doesn't mean that you have the mininet-wifi code from 2017 :(
I am trying to run the vanet.py code in IEEE-Access-2017.
You are trying to run a script. What about the mn-wifi code base??
sorry but what does it mean (mn-wifi code base), I run ~/mininet-wifi/reproducible-research/mininet-wifi/IEEE-Access-2017$ sudo python vanet.py already. do I need to run another script something else?
It could be nice that you share the video clearly with steps, that you are running already here Video clip available at: https://www.youtube.com/watch?v=kO3O9EwrP_s
Which version of mn-wifi do you have?? ;/ Did you install a version from 2017??
Previously I was able to see version however after cloning IEEE 2017.
I receive wifi@wifi-virtualbox:~/mininet-wifi$ pip show mininet-wifi
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
WARNING: Package(s) not found: mininet-wifi
wifi@wifi-virtualbox:~/mininet-wifi/reproducible-research/mininet-wifi$ pip show mininet-wifi
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
WARNING: Package(s) not found: mininet-wifi
wifi@wifi-virtualbox:~/mininet-wifi/reproducible-research/mininet-wifi$ python3 --version
Python 3.8.5
Closing the issue as the information described above are not consistent.
**Hi,
(Python 3.10.12)
I wanted to run vanet.py example actually I receive various error with following Reproducibility steps:**
That is why I run sudo su instead. and became root: however I received following error.
root@ubuntu:/home/ubuntu/mininet-wifi/reproducible-research/mininet-wifi# cd IEEE-Access-2017/ root@ubuntu:/home/ubuntu/mininet-wifi/reproducible-research/mininet-wifi/IEEE-Access-2017# ls README.md vanet.py root@ubuntu:/home/ubuntu/mininet-wifi/reproducible-research/mininet-wifi/IEEE-Access-2017# python3 vanet.py Traceback (most recent call last): File "/home/ubuntu/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)