gsartoretti / PRIMAL

PRIMAL: Pathfinding via Reinforcement and Imitation Multi-Agent Learning -- Distributed RL/IL code for Multi-Agent Path Finding (MAPF)
MIT License
294 stars 78 forks source link

policy.cpp:1:10: fatal error: 'boost/graph/dijkstra_shortest_paths.hpp' file not found #4

Open LijunSun90 opened 4 years ago

LijunSun90 commented 4 years ago

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.

544211707 commented 4 years ago

policy.cpp:1:51: fatal error: boost/graph/dijkstra_shortest_paths.hpp: No such file or directory

the alike fault i encountered!

Tviskaron commented 4 years ago

You should install The Boost Graph Library sudo apt-get install libboost-dev

544211707 commented 3 years ago

You should install The Boost Graph Library sudo apt-get install libboost-dev

it works!Thanks!

shangguanyiyu commented 3 years ago

hello, I find an error: No module named 'Flatland0bserver'