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

rasterize_points.cu compile error #72

Open
zuodexin opened this issue May 18, 2024 · 2 comments
Open

rasterize_points.cu compile error #72

zuodexin opened this issue May 18, 2024 · 2 comments

Comments

@zuodexin
Copy link

zuodexin commented May 18, 2024

After runing conda env create --file environment.yml, I got the following error:

rasterize_points.cu(117): error: argument of type "int *" is incompatible with parameter of type "float *"
      
      rasterize_points.cu(118): error: argument of type "__nv_bool" is incompatible with parameter of type "int *"
      
      2 errors detected in the compilation of "rasterize_points.cu".
      error: command '/usr/local/cuda/bin/nvcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> diff_gaussian_rasterization

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

failed

CondaEnvException: Pip failed

My environment:
nvcc: Cuda compilation tools, release 11.6, V11.6.124
gcc (Ubuntu 8.4.0-3ubuntu2) 8.4.0

I have tried nvcc 11.7, but still got the same problem.

@Jumpat
Copy link
Owner

Jumpat commented May 23, 2024

Hello, can you install the original rasterizer provided by 3D-GS?

@hitzjx
Copy link

hitzjx commented Aug 24, 2024

@Jumpat Hello, I was able to configure the rasterizer of the original 3DGS, but the same issue as above appeared.

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