Bug #3175
openImportError: No module named doxygen
0%
Description
I installed and used ndnSIM 1.0.
When I used the command: git clone -b master-v1 git://github.com:named-data/ndnSIM.git ns-3/src/ndnSIM. I obtain the Error:
fatal: unable to connect to github.com:
github.com: Servname not supported for ai_socktype
I tried the command: git clone git://github.com/NDN-Routing/ndnSIM.git ns-3/src/ndnSIM which I used one year ago, it worked.
But when I compiling and running ndnSIM, I obtain ImportError: No module named doxygen.
Finally, I found the right should be: git clone -b master-v1 git://github.com:named-data/ndnSIM.git ns-3/src/ndnSIM
Updated by Spyros Mastorakis about 9 years ago
- Priority changed from Normal to Low
Why do not you use the latest version of ndnSIM?
Updated by Alex Afanasyev about 9 years ago
- Is duplicate of Bug #2824: Typo in documentation (git clone commands) added
Updated by Alex Afanasyev about 9 years ago
- Category set to docs
- Priority changed from Low to Normal
- Target version set to 1.0-hotfix
Thanks Yuxiang, we meant to fix this issue with ndnSIM 1.0 documentation, but just keep delaying due to ndnSIM 2+ development activities.