-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
[BUG] python bindings #59
Comments
After following the instructions in the python bindings section and creating and sourcing a virtual environment, this error was fixed. I am currently facing an error when I try to execute `Traceback (most recent call last): TypeError: run() missing 1 required positional argument: 'publish'` |
Hi, thanks for your interest in our work! As you have seemed to have figured out, the build issue you encountered was gcc running out of memory. For future reference (if you haven't seen it yet), you can set the number of jobs that Hydra uses to compile the bindings by setting the As per the error w.r.t. running the habitat command: sorry about that, it appears I didn't try that particular command before releasing. I pushed a fix to |
@nathanhhughes Many thanks for pushing the fix to main. I wanted to extract scene graphs for the HM3D dataset.
|
For mp3d scene_dataset, I get
|
For installing the python package, when I do the last
pip install .
, I get the following error. Any idea on how to fix it?The text was updated successfully, but these errors were encountered: