You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install megaman and running python setup.py intsall, I get the following fatal error:
In file included from megaman/geometry/cyflann/index.cxx:620:0:
megaman/geometry/cyflann/cyflann_index.h:8:10: fatal error: flann/flann.hpp: No such file or directory
#include <flann/flann.hpp>
^~~~~~~~~~~~~~~~~
compilation terminated.
How could I fix it?
The text was updated successfully, but these errors were encountered:
Had the same, looks like an issue with the location of the header files for the FLANN library. First think to try is setting the FLANN_ROOT environment variable; For me at least this didn't really work as the structure of the FLANN root didn't match the one megaman was expecting, so I simply copied the header files to megaman\geometry\cyflann\include\flann which seemed to solve this
When trying to install megaman and running python setup.py intsall, I get the following fatal error:
How could I fix it?
The text was updated successfully, but these errors were encountered: