Skip to content
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

python setup.py egg_info did not run successfully. #75

Open
henrypearce4D opened this issue Jan 25, 2024 · 4 comments
Open

python setup.py egg_info did not run successfully. #75

henrypearce4D opened this issue Jan 25, 2024 · 4 comments

Comments

@henrypearce4D
Copy link

Trying to install fresh and getting this error;

(Gaussians4D) c:\4DGaussians>pip install -e submodules/depth-diff-gaussian-rasterization
Obtaining file:///C:/4DGaussians/submodules/depth-diff-gaussian-rasterization
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 3221225478
  ╰─> [0 lines of output]
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
@pengcanon
Copy link

Is cuda toolkit installed on your machine? Try following the instruction on 3D Gaussian splatting installation below:
https://github.com/jonstephens85/gaussian-splatting-Windows

@guanjunwu
Copy link
Collaborator

btw, visual studio is also necessary, instead, it will tell you cl is not found.

@henrypearce4D
Copy link
Author

@guanjunwu Hi. I already had it installed on this machine, did a git pull update and then nothing that tried before would now train.

So I tried a fresh conda env install using the exact same method as before (I logged the commands and order I used to install everything) and getting this error.

@guanjunwu
Copy link
Collaborator

guanjunwu commented Jan 31, 2024

Hi,
If you can successfully install original differential-gaussian-rasterizat, maybe you can modify the code comment out some depth rendering process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants