PKU-EPIC / UniDexGrasp

Official code for "UniDexGrasp: Universal Robotic Dexterous Grasping via Learning Diverse Proposal Generation and Goal-Conditioned Policy" (CVPR 2023)
102 stars 10 forks source link

CSDF ---identifier "CHECK_EQ" is undefined #14

Closed le-wei closed 8 months ago

le-wei commented 9 months ago

Hello, I encountered error when installing CSDF: identifier "CHECK_EQ" is undefined Error. I used pip install -e . and python setup.py install to install but still failed. Can you help me solve this problem? Or tell me the environment required for compilation. Thank you

mzhmxzh commented 9 months ago

Are you using torch 2.x? You could try a lower version of pytorch, such as 1.10.2.

le-wei commented 9 months ago

I followed the instructions to configure the virtual environment on the book, using CUDA11.3. There is still this problem, a little do not understand the problem. Thank you very much for your answer

le-wei commented 8 months ago

The problem has been resolved by configuring the environment in a new Docker container. The specific reason for the issue is currently unclear.