from pox.core import core
from pox.lib.util import dpidToStr
import pox.openflow.libopenflow_01 as of
from pox.openflow.of_json import *
from pox.lib.recoco import Timer
Error:ModuleNotFoundError: No module named 'pox.core'
python version=3.10.12
Can anyone guide?
I installed pox using pip install pox
pox version=0.3.4
But error is not resolved.
New contributor
Afshan Mujib is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.