<div dir="ltr"><div><div><div><div><div><div>Hi Alex,<br><br></div>I am trying to run the car2car example. After following the instructions on :<a href="http://ndnsim.net/getting-started.html#simulating-using-ndnsim">http://ndnsim.net/getting-started.html#simulating-using-ndnsim</a>, building the scenario, and running it successfully, I get :<br>
 <br>milad@ubuntu:~/repos/ns-3-allinone/ns-3.16/ndnSIM/ns-3/ndnSIM/car$ ./waf --run car-relay<br>Waf: Entering directory `/home/milad/repos/ns-3-allinone/ns-3.16/ndnSIM/ns-3/ndnSIM/car/build'<br>Waf: Leaving directory `/home/milad/repos/ns-3-allinone/ns-3.16/ndnSIM/ns-3/ndnSIM/car/build'<br>
'build' finished successfully (0.017s)<br><br></div>However, when I want it to show the results in a figure I get this error<br><br>milad@ubuntu:~/repos/ns-3-allinone/ns-3.16/ndnSIM/ns-3/ndnSIM/car$ ./run.py -s figure-4-data-propagation-vs-distance<br>
Traceback (most recent call last):<br>  File "./run.py", line 8, in <module><br>    import workerpool<br>ImportError: No module named workerpool<br>milad@ubuntu:~/repos/ns-3-allinone/ns-3.16/ndnSIM/ns-3/ndnSIM/car$ ./run.py figure-5-retx-count<br>
Traceback (most recent call last):<br>  File "./run.py", line 8, in <module><br>    import workerpool<br>ImportError: No module named workerpool<br><br></div>And this is the waf configuration:<br>milad@ubuntu:~/repos/ns-3-allinone/ns-3.16/ndnSIM/ns-3/ndnSIM/car$ ./waf configure<br>
Setting top to                           : /home/milad/repos/ns-3-allinone/ns-3.16/ndnSIM/ns-3/ndnSIM/car <br>Setting out to                           : /home/milad/repos/ns-3-allinone/ns-3.16/ndnSIM/ns-3/ndnSIM/car/build <br>
Checking for 'g++' (c++ compiler)        : /usr/bin/g++ <br>Checking boost includes                  : 1_49 <br>Checking boost libs                      : ok <br>Checking for boost linkage               : ok <br>Checking for program pkg-config          : /usr/bin/pkg-config <br>
Checking for pkg-config version >= '0.0.0' : yes <br>Checking for ns3-ndnSIM                    : yes <br>Checking for ns3-core                      : yes <br>Checking for ns3-network                   : yes <br>
Checking for ns3-internet                  : yes <br>Checking for ns3-point-to-point            : yes <br>Checking for ns3-topology-read             : yes <br>Checking for ns3-applications              : yes <br>Checking for ns3-mobility                  : yes <br>
Checking for ns3-wifi                      : yes <br>Checking for ns3-visualizer                : yes <br>'configure' finished successfully (0.300s)<br><br></div>can you please help me solve this problem?<br><br><br>
</div>Regards,<br></div>Milad<br></div>