-
Notifications
You must be signed in to change notification settings - Fork 6
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
Facing Issue in installing requirements.txt #6
Comments
I have deleted these two lines in the requirements.txt. The correct way to install nerfstudio and instruct-nerf2nerf (our modified version) is written in the following instructions. Please go ahead and install them. |
Thanks a lot!! |
I have deleted this line, it doesn't matter. |
Thanks , errors almost resolved, right now getting this error: INFO: pip is looking at multiple versions of tensorflow to determine which version is compatible with other requirements. This could take a while. The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts |
And also i tried the nerfstudio line , but it is giving this error: line: cd nerfstudio && rm -r nerfstudio.egg-info && pip install -e . && cd .. , error: rm: cannot remove 'nerfstudio.egg-info': No such file or directory |
For the first install them, please using: |
Thanks for the response; the installation was completed successfully. Please update these command lines so that no one will face this issue. |
Right now during inference, I am getting this error, Can you please help @Lxiangyue : |
Hello @Lxiangyue The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts |
From requirements.txt: The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts |
There are I am still facing issues in requirements.txt; please do the needful!! |
Hi @Lxiangyue , I tried installing based on requirements.txt, the recent error I am getting is this: WARNING: Compute capabilities [86] are not all supported by the installed CUDA version 10.1. Targeting [75] instead. note: This error originates from a subprocess and is likely not a problem with pip. |
for the cuda issue, maybe you need install nvcc first (error: [Errno 2] No such file or directory: '/usr/local/cuda-11.6/bin/nvcc')? |
Thanks @Axian12138 , I tried that, I think my CUDA version is old, but I will look again. Thanks a lot!! |
Sorry for the conflicts in requirements.txt, but if you solve the CUDA issue, I think the code should run fine. You can temporarily ignore the conflicts. |
Thank you @Axian12138 |
@Axian12138 , right now i am facing tiny cuda nn installation issue, I unable to install, I installed cuda 11.8 in genn2n environment locally, but facing this issue, any solution if you can provide, it will be too helpful |
you may need first check your cuda version is matched with your torch. is this your problem? @sumit171993 |
This is global cuda version: nvcc: NVIDIA (R) Cuda compiler driver |
could u show some details? what the error when install tinycudann? |
Thank you @Axian12138 , this is whole activity: (genn2n) sumit@user:/data/SUMIT/Generalizable_Nerf2Nerf_Translation/GenN2N$ pip install -r requirements.txt × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
maybe you still not install nvcc correctly, since it says |
This is the output: nvcc: NVIDIA (R) Cuda compiler driver |
Hi @Axian12138 , I found same issue facing by people in this:NVlabs/tiny-cuda-nn#450 , please let me know, if you can suggest something, thanks a lot!! |
seems that tinycudann try to use cuda11.6 while u install 11.8. So maybe try to export CUDA_HOME or PATH = /path/to/cuda11.8/ (e.g. /usr/local/cuda-11.8, /usr/local/cuda-11.8/bin @sumit171993 |
I tried this @Axian12138 , but not getting response: (genn2n) sumit@user:/data/SUMIT/Generalizable_Nerf2Nerf_Translation/GenN2N/tiny-cuda-nn$ pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
its confusing that |
I will update soon!!
Thanks a lot.
…On Fri, 11 Oct, 2024, 5:11 pm Axian12138, ***@***.***> wrote:
its confusing that No such file or directory:
'/usr/local/cuda-11.8/bin/nvcc', is it the correct path where you install
the nvcc?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWT3YZC22XFCPA4F4C3UZN3Z262MZAVCNFSM6AAAAABPWHJGGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBXGIZTGMBXGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @Axian12138 , I tried but it is showing same error: Building PyTorch extension for tiny-cuda-nn version 1.7 note: This error originates from a subprocess, and is likely not a problem with pip. |
Facing issues in installing requirements.txt, asking for GitHub login credentials, but after giving the correct username and password, it is showing this error:
The text was updated successfully, but these errors were encountered: