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
Installed the prerequisites.On running, the topology is up.But PYTHONPATH is not getting.On running the python file "main.py " the following error comes.
najiya@najiya-LIFEBOOK-A514:~/SDN_DDoS_Simulation$ PYTHONPATH=. ryu/bin/ryu-manager main.py
Traceback (most recent call last):
File "ryu/bin/ryu-manager", line 18, in
from ryu.cmd.manager import main
File "/home/najiya/.local/lib/python2.7/site-packages/ryu/cmd/manager.py", line 33, in
from ryu.app import wsgi
File "/home/najiya/.local/lib/python2.7/site-packages/ryu/app/wsgi.py", line 23, in
from tinyrpc.server import RPCServer
File "/home/najiya/.local/lib/python2.7/site-packages/tinyrpc/init.py", line 4, in
from .protocols import *
File "/home/najiya/.local/lib/python2.7/site-packages/tinyrpc/protocols/init.py", line 15
def init(self) -> None:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
@najianasrink Do Tensorflow, Keras, Ryu and Mininet , all of them need to use python3? And Please tell me what the version of Tensorflow and Keras,Thank you very much!
File "/home/bobo-coder/Desktop/SDN_DDoS_Simulation/main.py", line 29, in
from actor_network import ActorNetwork as Actor
ModuleNotFoundError: No module named 'actor_network'
Installed the prerequisites.On running, the topology is up.But PYTHONPATH is not getting.On running the python file "main.py " the following error comes.
najiya@najiya-LIFEBOOK-A514:~/SDN_DDoS_Simulation$ PYTHONPATH=. ryu/bin/ryu-manager main.py
Traceback (most recent call last):
File "ryu/bin/ryu-manager", line 18, in
from ryu.cmd.manager import main
File "/home/najiya/.local/lib/python2.7/site-packages/ryu/cmd/manager.py", line 33, in
from ryu.app import wsgi
File "/home/najiya/.local/lib/python2.7/site-packages/ryu/app/wsgi.py", line 23, in
from tinyrpc.server import RPCServer
File "/home/najiya/.local/lib/python2.7/site-packages/tinyrpc/init.py", line 4, in
from .protocols import *
File "/home/najiya/.local/lib/python2.7/site-packages/tinyrpc/protocols/init.py", line 15
def init(self) -> None:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: