softsys4ai / Multi-Sense-Rescuer

Audio-Visual navigation to multiple sound-emitting destinations
MIT License
2 stars 1 forks source link

Quaternion Module Not found #1

Closed NathanaelOliver closed 1 year ago

NathanaelOliver commented 1 year ago

@kksinghal, We are trying to replicate the results of this project, however, when we follow the instructions in the readme to setup the habitat-sim by running python setup.py install --headless --audio --with-cuda Anaconda says there is no module found Quaternion.

I have attached an image of the error. https://emailsc-my.sharepoint.com/:i:/g/personal/no2_email_sc_edu/EVUDNIxmMuFFhdCidW4EsTQBXOXYk-oQxVR86mc9HkWiRg?e=QhiyCV

How do I resolve this?

kksinghal commented 1 year ago

Please see this. Let me know if it works. I remember encountering this myself and installing numpy-quaternion worked.

NathanaelOliver commented 1 year ago

Thank you this fixed the issue. We are having some other issues just getting the code to run with the packages. Would you be available sometime in the next week to help us get the code set up?

kksinghal commented 1 year ago

Please share the steps taken so far and the error you got.

You will find most of the issues already addressed at Github issues of soundspaces and habitat-sim.

Since I built upon an existing codebase, I won't be of much help regarding package issues since most of the issues I also faced depended on the system configuration, so I suggest searching for it on the web. If you still have difficulty, feel free to post your error since I might be able to help you if I had encountered it myself. Here is also one good post for installation.