[ndnSIM] ./waf configure command is not successful. ImportError: No module named doxygen

Spyridon (Spyros) Mastorakis mastorakis at cs.ucla.edu
Thu Sep 14 10:13:48 PDT 2017


Hi,

could you please try to clone ndnSIM using the --recursive flag?

git clone --recursive https://github.com/named-data-ndnSIM/ndnSIM.git ns-3/src/ndnSIM

Thanks,

Spyridon (Spyros) Mastorakis
Personal Website: http://cs.ucla.edu/~mastorakis/
Internet Research Laboratory
Computer Science Department
UCLA

> On Sep 13, 2017, at 8:31 PM, JEAN PIERRE NIYIGENA <jeanpierre at siat.ac.cn> wrote:
> 
> Hi Team,
> 
> I am new to NDN research, and I am very sorry to ask the basic question again.
> 
> Question: Could you guys tell me why I am getting this error when trying to compile, how to get rid of it?
> 
> mypcname at mypcname-VirtualBox:~/ns-dev/ns-3$ ./waf configure --with-python=/usr/local/bin/python2.7 
> Traceback (most recent call last):
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py", line 108, in waf_entry_point
>     run_commands()
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py", line 165, in run_commands
>     parse_options()
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py", line 138, in parse_options
>     Context.create_context('options').execute()
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Options.py", line 146, in execute
>     super(OptionsContext,self).execute()
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 92, in execute
>     self.recurse([os.path.dirname(g_module.root_path)])
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 133, in recurse
>     user_function(self)
>   File "/home/pierre/ns-dev/ns-3/wscript", line 213, in options
>     opt.recurse('src')
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 133, in recurse
>     user_function(self)
>   File "/home/pierre/ns-dev/ns-3/src/wscript", line 48, in options
>     opt.recurse(module, mandatory=False)
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 133, in recurse
>     user_function(self)
>   File "/home/pierre/ns-dev/ns-3/src/ndnSIM/wscript", line 19, in options
>     tooldir=['%s/ndn-cxx/.waf-tools' % opt.path.abspath()])
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 86, in load
>     module=load_tool(t,path)
>   File "/home/pierre/ns-dev/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py", line 342, in load_tool
>     __import__(tool)
> ImportError: No module named doxygen
> 
> 
> Thank you so much!
> 


More information about the ndnSIM mailing list