-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vanet.py issue #527
Comments
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 |
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 |
wifi@wifi-virtualbox: |
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)
The text was updated successfully, but these errors were encountered: