srama2512 / PONI

PONI: Potential Functions for ObjectGoal Navigation with Interaction-free Learning. CVPR 2022 (Oral).
https://vision.cs.utexas.edu/projects/poni/
MIT License
86 stars 11 forks source link

Install dependencies #6

Closed Routine113 closed 2 years ago

Routine113 commented 2 years ago

I execute the code step by step, and then report an error when I execute “python setup.py install -- headless -- with-cuda. ” The error is: “[Errno 2] No such file or directory: 'build/compile_ commands.json'” @srama2512

srama2512 commented 2 years ago

@Routine113 - Please try deleting the build directory and running the install command again.