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
Sir, I am facing problem, when I am going to execute the python sdcd-experimental.py code at the latest mininet-wifi version 2.6 with sumo-1.18.
vanet-sumo.py is executing properly.
Sir, I am facing problem, when I am going to execute the python sdcd-experimental.py code at the latest mininet-wifi version 2.6 with sumo-1.18.
vanet-sumo.py is executing properly.
ubuntu20@ubuntu20-VirtualBox:~/mininet-wifi/examples/SDS-Mininet-WiFi/SDCD$ sudo python sdcd-experimental.py
Traceback (most recent call last):
File "/home/ubuntu20/mininet-wifi/examples/SDS-Mininet-WiFi/SDCD/sdcd-experimental.py", line 9, in
from Components.SDS_C_Car import SD_C_Car
File "/home/ubuntu20/mininet-wifi/examples/SDS-Mininet-WiFi/SDCD/../Components/SDS_C_Car.py", line 4, in
from mininet.node import Car
ImportError: cannot import name 'Car' from 'mininet.node' (/usr/local/lib/python3.10/dist-packages/mininet/node.py)
The text was updated successfully, but these errors were encountered: