Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LijunSun90 opened this issue Oct 17, 2019 · 4 comments

Comments

@LijunSun90
Copy link

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
Copy link

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

the alike fault i encountered!

@Tviskaron
Copy link

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

@544211707
Copy link

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

it works!Thanks!

@shangguanyiyu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants