Closed jianglh-WHU closed 6 months ago
I find it's same with https://github.com/ashawkey/diff-gaussian-rasterization.
(gaussianobject) @ecs01-20240428-0001:~/project/GaussianObject$ pip install -e submodules/diff-gaussian-rasterization ERROR: submodules/diff-gaussian-rasterization is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file). (gaussianobject) @ecs01-20240428-0001:~/project/GaussianObject$ pip install -e submodules/simple-knn ERROR: submodules/simple-knn is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file). (gaussianobject) @ecs01-20240428-0001:~/project/GaussianObject$ pip install -e submodules/pytorch3d ERROR: submodules/pytorch3d is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file). (gaussianobject) @ecs01-20240428-0001:~/project/GaussianObject$ pip install -e submodules/minLoRA ERROR: submodules/minLoRA is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
I have encountered this problem you mentioned, can you please tell me how you solved it?
@xvbai0317 The issue is fixed in the latest commit.
Hi~ Thanks for your excellent work
I wanna install the env, but I cannot find the submodule folder, which includes the necessary diff-gaussian-rasterization package.
Can you help me to solve it?