
Hello all,
I am new to ns3 and getting started with the kheirkha MPTCP implentation,
https://github.com/mkheirkhah/mptcp,
During Installation the following error occurs,
please guide how can I set these Errors.??
Setting top to : /home/qurban/mptcp
Setting out to : /home/qurban/mptcp/build
Checking for 'gcc' (c compiler) : /usr/bin/gcc
Checking for cc version : 5.4.0
Checking for 'g++' (c++ compiler) : /usr/bin/g++
Checking for compilation flag -Wl,--soname=foo... support : ok
Checking for program python : /usr/bin/python
Checking for python version : (2, 7, 12, 'final', 0)
Checking for library python2.7 in LIBDIR : yes
Checking for program /usr/bin/python-config,python2.7-config,python-config-2.7,python2.7m-config : /usr/bin/python-config
Checking for header Python.h : yes
Checking for compilation flag -fvisibility=hidden... support : ok
Checking for compilation flag -Wno-array-bounds... support : ok
Checking for pybindgen location : not found
Python module pybindgen : 0.19.0.post4+g823d8b2
Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute '__version__'
Traceback (most recent call last):
File "/home/qurban/mptcp/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Scripting.py", line 97, in waf_entry_point
run_commands()
File "/home/qurban/mptcp/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Scripting.py", line 153, in run_commands
ctx=run_command(cmd_name)
File "/home/qurban/mptcp/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Scripting.py", line 146, in run_command
ctx.execute()
File "/home/qurban/mptcp/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Configure.py", line 128, in execute
super(ConfigurationContext,self).execute()
File "/home/qurban/mptcp/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Context.py", line 87, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/home/qurban/mptcp/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Context.py", line 128, in recurse
user_function(self)
File "/home/qurban/mptcp/wscript", line 369, in configure
conf.recurse('bindings/python')
File "/home/qurban/mptcp/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Context.py", line 128, in recurse
user_function(self)
File "/home/qurban/mptcp/bindings/python/wscript", line 167, in configure
pybindgen_version = tuple([int(x) for x in pybindgen_version_str.split('.')])
ValueError: invalid literal for int() with base 10: ''