Hi,
I encounter the problem of
"
policy.cpp:1:10: fatal error: 'boost/graph/dijkstra_shortest_paths.hpp' file not
found
#include <boost/graph/dijkstra_shortest_paths.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
"
when I run the following command in the folder od_mstar3:
python setup.py build_ext
However, there is no boost folder in od_mstar3.
What can I do for this?
Thanks.