I have some issues with the installation of mptcp
mkheirkhah it gave me this problem :
Traceback (most recent call last):
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Scripting.py", line 110, in waf_entry_point
run_commands()
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Scripting.py", line 167, in run_commands
parse_options()
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Scripting.py", line 140, in parse_options
Context.create_context('options').execute()
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Options.py", line 146, in execute
super(OptionsContext,self).execute()
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Context.py", line 93, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Context.py", line 134, in recurse
user_function(self)
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/wscript", line 249, in options
opt.recurse('src')
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Context.py", line 134, in recurse
user_function(self)
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/src/wscript", line 49, in options
opt.recurse(module, mandatory=False)
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Context.py", line 128, in recurse
wscript_module=load_module(node.abspath(),encoding=encoding)
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/.waf-1.8.19-b1fc8f7baef51bd2db4c2971909a568d/waflib/Context.py", line 354, in load_module
try:exec(compile(code,path,'exec'),module.__dict__)
File "/home/choukri/Desktop/ns3/ns-3.28/ns-3.28/src/internet-stack/wscript", line 4, in <module>
import Options
I'll be thankful for your help