Open LijunSun90 opened 5 years ago
policy.cpp:1:51: fatal error: boost/graph/dijkstra_shortest_paths.hpp: No such file or directory
the alike fault i encountered!
You should install The Boost Graph Library
sudo apt-get install libboost-dev
You should install The Boost Graph Library
sudo apt-get install libboost-dev
it works!Thanks!
hello, I find an error: No module named 'Flatland0bserver'
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 inod_mstar3
. What can I do for this?Thanks.