Skip to content
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

Repo does not work #30

Open
Gaurav-Pande opened this issue Nov 4, 2019 · 1 comment
Open

Repo does not work #30

Gaurav-Pande opened this issue Nov 4, 2019 · 1 comment

Comments

@Gaurav-Pande
Copy link

This repo has dependency on pyretic specific branch set, which throws an error whenever you run pox.py file:

vagrant@vagrant:~/pox$ ./pox.py --verbose of_client.pox_client
POX 0.5.0 (eel) / Copyright 2011-2014 James McCauley, et al.
Module not found: of_client.pox_client

@gregcusack
Copy link

yooo. just ran into this issue and figured it out. You need to update your python path (PYTHONPATH)
Run something like the following command on the command line within your VM:
export PYTHONPATH=<path-to-pox>/pox:<path-to-pyretic>/pyretic

Basically, the "module not found" error is just saying python does not know where to look to find the of_client.pox_client module. Hope it helps (even though I'm almost 2 years late lol)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants