sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.83k stars 360 forks source link

specified pytorch version to fix build error #109

Closed jaeyeol816 closed 1 year ago

jaeyeol816 commented 1 year ago

As discussed in #106 issue , Currently, pip install step tends to occur unknown build error. I figured out that it was due to pytorch version mismatch.

Need to specify pytorch version to 1.11.0 in environment.yml. After changing, the installation, optimizing, and rendering step all worked fine.

sxyu commented 1 year ago

Ok thanks for the PR. Tbh i never find this pytorch installation to be reliable and just install it directly: pip install torch==1.11.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113

Tartaglia33 commented 1 year ago

I‘m sorry that it did not work on my computer again. torch1.11.0

Qingcsai commented 1 year ago

I‘m sorry that it did not work on my computer again. torch1.11.0

Mee tooooo.