Closed hjo111 closed 1 year ago
Hey @OKJINHAE what did you do to solve this error? Thanks!
@hjo111 Edit the file setup.py to set the correct
EIGEN_DIR
to Eigen's location. Then enter:make
,myEIGEN_DIR
is/usr/include/eigen3
@hjo111 Edit the file setup.py to set the correct
EIGEN_DIR
to Eigen's location. Then enter:make
,myEIGEN_DIR
is/usr/include/eigen3
I did so, but it just appeared a zillion errors
@hjo111 Edit the file setup.py to set the correct
EIGEN_DIR
to Eigen's location. Then enter:make
,myEIGEN_DIR
is/usr/include/eigen3
I did so, but it just appeared a zillion errors
how did u solved it?
@hjo111 Edit the file setup.py to set the correct
EIGEN_DIR
to Eigen's location. Then enter:make
,myEIGEN_DIR
is/usr/include/eigen3
I did so, but it just appeared a zillion errors
how did u solved it?
i did not solve it
@hjo111 Edit the file setup.py to set the correct
EIGEN_DIR
to Eigen's location. Then enter:make
,myEIGEN_DIR
is/usr/include/eigen3
I did so, but it just appeared a zillion errors
how did u solved it?
i did not solve it
change line 14 to "extra_compile_args += ["-std=c++17"]"
change line 14 to "extra_compile_args += ["-std=c++17"]"
in which file?
Referen
setup.py
thank you for your great work. I got a problem when I run your code. Could you help me with it? Thank you very much.
File "e:\flame-fitting\sbody\alignment\mesh_distance\mesh_distance.py", line 4, in
from sbody.alignment.mesh_distance import sample2meshdist
ImportError: cannot import name 'sample2meshdist'