andvg3 / LSDM

Dataset and Code for NeurIPS 2023 paper "Language-driven Scene Synthesis using Multi-conditional Diffusion Model."
https://lang-scene-synth.github.io/
MIT License
47 stars 1 forks source link

Can't install pytorch3d #3

Closed HarrisHongting closed 3 months ago

HarrisHongting commented 3 months ago

Hi, I am trying to install pytorch3d on several occasions but without success. I am using Windows platform wsl2 (Linux VM) and have installed cuda11.6 using miniconda. But when I do the step conda install pytorch3d -c pytorch3d, it reminds me of Solving environment: / Segmentation fault. Is there any way to resolve this?

andvg3 commented 3 months ago

Hi @HarrisHongting ,

Thank you for bringing this important issue to my attention. I have identified that the problem is primarily due to the older version we used during the research, as mentioned in this link. Could you please try this command for installing older version of Pytorch3D?

conda install -c pytorch3d -c conda-forge pytorch3d=0.7.3

Looking forward to your response.

Best regards, An

HarrisHongting commented 3 months ago

Hi An,

Thank you for getting back to me. I have successfully installed the old version of pytorch3d. Then, I will try to run this project and find out how it works. Thanks for your help!

Many thanks, Harris

andvg3 commented 3 months ago

Great to hear it works. Closed due to issue completed.