dengyh16code / language_deformable

11 stars 0 forks source link

Compile pyflex error #3

Open Halohalohz opened 9 months ago

Halohalohz commented 9 months ago

Hi Dear Authors: Thanks a lot for your work and open-sourcing. I encountered pyflex compilation error. I do the following thing from the originally cloning the repo. Can you help me to analyze which step goes wrong?

and it entered the docker command line.

`CMake Error at /home/dhz/miniconda3/envs/lang-def/share/cmake/pybind11/pybind11Tools.cmake:131 (add_library): Cannot find source file:

/bindings/pyflex.cppage_deformable/PyFlex

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx Call Stack (most recent call first): CMakeLists.txt:37 (pybind11_add_module)

CMake Error at /home/dhz/miniconda3/envs/lang-def/share/cmake/pybind11/pybind11Tools.cmake:131 (add_library): No SOURCES given to target: pyflex Call Stack (most recent call first): CMakeLists.txt:37 (pybind11_add_module)

--Build files have been written to: /workspace/language_deformable/PyFlex/bindings/build make: *** No targets specified and no makefile found. Stop.`

I never met this bug when running foldsformer. The compilation steps might be similar and I wonder where i went wrong. Can you help me with that? Thank you a lot!