We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when I run python setup.py install --headless --with-cuda to install habitat-sim, it returns error:
python setup.py install --headless --with-cuda
th-cuda running install running bdist_egg running egg_info writing habitat_sim.egg-info/PKG-INFO writing dependency_links to habitat_sim.egg-info/dependency_links.txt writing requirements to habitat_sim.egg-info/requires.txt writing top-level names to habitat_sim.egg-info/top_level.txt reading manifest file 'habitat_sim.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'habitat_sim.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py running build_ext error: [Errno 2] No such file or directory: 'build/compile_commands.json'
The text was updated successfully, but these errors were encountered:
I couldn't reproduce the reported error ... Can you provide more context? Did you follow the steps in the READEM?
Sorry, something went wrong.
No branches or pull requests
Hi,
when I run
python setup.py install --headless --with-cuda
to install habitat-sim, it returns error:The text was updated successfully, but these errors were encountered: