XPandora / PhysGaussian

[CVPR 2024 Highlight] PhysGaussian: Physics-Integrated 3D Gaussians for Generative Dynamics
1.05k stars 43 forks source link

A question meet when follow the step of python environment settup #27

Closed Tonychen050400 closed 5 months ago

Tonychen050400 commented 5 months ago

Hi, Tianyi I face a problem that when I run the code of "pip install -e gaussian-splatting/submodules/diff-gaussian-rasterization/", it shows below error which means easy_install command is deprecated. Is there any other way to do the same thing as the last two pip install comments in python environment settup area? image Best regards, Haoyu Chen

Tonychen050400 commented 5 months ago

Solved by installing the visual studio C++ builds tool

Inferencer commented 5 months ago

Solved by installing the visual studio C++ builds tool

before you close this was there any particular year you used to build tools, 2019 or 2022 for example

Tonychen050400 commented 5 months ago

I download the 2022 build tools to solve this problem

XPandora commented 5 months ago

Thank you for sharing your experience, Haoyu. Honestly, I don't have experience setting up the GS environment on Windows. Since it appears this issue has been resolved, I am closing it.