Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.6k views
in Technique[技术] by (71.8m points)

ns 3 - ns3-ai: AttributeError: module 'py_interface' has no attribute 'Init'

I have added ns3-ai to my ns3.32 version(I have tried with ns3.30 also), but when running example(rl-tcp) I get the following error:

Traceback (most recent call last):    
File "testtcp.py", line 28, in   
py_interface.Init(1234, 4096)   
AttributeError: module 'py_interface' has no attribute 'Init'   

Why is this?
my python version is 3.7 but also I have python 3.6 and python 3.8 and python 2.7. and Im using ubuntu 18.04


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...