-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can’t download "simple-knn" submodule #11
Comments
And there is another problem that when I performed evaluation, I met this:
I have installed this submodule and installed simple_knn in my conda environment using pip |
Could you see the package name"simple_knn" when you used "conda list"? |
Dear Lark Lee,
Yes, I can see it in my conda environment but it still says this module is not installed...[image]
Yujia Lin
Glasgow College, University of Electronic Science and Technology of China
Chengdu, Sichuan
From: "Lark ***@***.***>
Date: Fri, Jul 12, 2024, 13:04
Subject: Re: [apple/ml-hugs] Can’t download "simple-knn" submodule (Issue #11)
To: ***@***.***>
Cc: "Yujia ***@***.***>, "State ***@***.***>
> And there is another problem that when I performed evaluation, I met this:Traceback (most recent call last):
File "scripts/evaluate.py", line 19, in <module>
from hugs.trainer import GaussianTrainer
File "/home/ubuntu/lyj/Project/HUGS/./hugs/trainer/__init__.py", line 6, in <module>
from .gs_trainer import GaussianTrainer
File "/home/ubuntu/lyj/Project/HUGS/./hugs/trainer/gs_trainer.py", line 27, in <module>
from hugs.models.hugs_trimlp import HUGS_TRIMLP
File "/home/ubuntu/lyj/Project/HUGS/./hugs/models/__init__.py", line 1, in <module>
from .scene import SceneGS
File "/home/ubuntu/lyj/Project/HUGS/./hugs/models/scene.py", line 20, in <module>
from simple_knn._C import distCUDA2
ModuleNotFoundError: No module named 'simple_knn'
I have installed this submodule and installed simple_knn in my conda environment using pip
… Could you see the package name"simple_knn" when you used "conda list"?
—
Reply to this email directly, view it on GitHub<#11 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BB6EBQUZZFOXGRPLS6TJDY3ZL5PV7AVCNFSM6AAAAABKUMRSTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRUGY2DKMBRGU>.
You are receiving this because you modified the open/close state.[image: https://github.com/notifications/beacon/BB6EBQTGWCSQDXOX6VJ34Y3ZL5PV7A5CNFSM6AAAAABKUMRSTOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUETFRZO.gif]Message ID: ***@***.***>
|
try this: pip install git+https://gitlab.inria.fr/bkerbl/simple-knn.git |
@Daydreamer-f Well, thank you. But it still not work... |
or you could try typing "git clone https://gitlab.inria.fr/bkerbl/simple-knn.git" in this directory: ml-hugs/submodules/ |
I tried this and it still raised the error that there is no |
I simply type this command in the conda environment which is the same as the one hugs required. I changed
And report what happened? |
I have a similar problem. Submodules are not installed while running conda_setup.sh. The error message is
CUDA 12.5 is my system cuda version. I installed cuda 11.7 in the hugs env, but pip does not recognize it and still show the same error. |
I solved this after consulting claude.ai. |
The link to simple-knn in this repo is not working, so that I can't download the submodule.
The text was updated successfully, but these errors were encountered: