chensjtu / GaussianObject

GaussianObject: High-Quality 3D Object Reconstruction from Four Views with Gaussian Splatting (SIGGRAPH Asia 2024, TOG)
919 stars 57 forks source link

Dependency conflict #67

Open Ckkxx opened 1 week ago

Ckkxx commented 1 week ago

ERROR: Cannot install diff-gaussian-rasterization 0.0.0 (from F:\python_project\GaussianObject\submodules\diff-gaussian-rasterization) and diff-gaussian-rasterization 0.0.0 (from F:\python_project\GaussianObject\submodules\diff-gaussian-rasterization-w-pose) because these package versions have conflicting dependencies.

The conflict is caused by: The user requested diff-gaussian-rasterization 0.0.0 (from F:\GaussianObject\submodules\diff-gaussian-rasterization) The user requested diff-gaussian-rasterization 0.0.0 (from F:\GaussianObject\submodules\diff-gaussian-rasterization-w-pose)

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

husthzy commented 1 day ago

Please follow this solution https://github.com/chensjtu/GaussianObject/issues/49