-
Notifications
You must be signed in to change notification settings - Fork 39
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
Problem installing on Ubuntu? #21
Comments
Hi, it seems that the error appeared when installing the tiny-cuda-nn. git clone https://github.com/NVlabs/tiny-cuda-nn.git
cd tiny-cuda-nn
cd bindings/torch
python setup.py install |
python3 setup.py install EDIT: Using the latest Ubuntu in VMWare Workstation 16 Pro |
@ARuiChen ??? |
@Thundros Please be patient. This is an open-source project, the maintainer has no obligation to answer every question on time. |
Hi, @ARuiChen! I have another error apparently, here is my log : kaorixvii@kaorixvii-virtual-machine:~/Fantasia3D$ pip install -r requirements.txt × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
@Thundros Could you print the result of "pip list" in your command line? |
yes, @ARuiChen, here it is : kaorixvii@kaorixvii-virtual-machine:~/Fantasia3D$ pip list apturl 0.5.2 |
Search information about "libtorch_global_deps.so: cannot open shared object file: No such file or directory" in Google. |
@ARuiChen No luck... Didn't work. |
@ARuiChen Thank you for the docker in advance! |
@Thundros Done! |
it has issures with the version of open3d ....? Could not find a version that satisfies the requirement open3d==0.14.1 (from versions: 0.16.0, 0.17.0) |
@ARuiChen : How do I create the JSON file needed for Google Colab? |
Sorry for the late reply! @zxhxixi You should use the Python version from 3.6 to 3.9 to install the open3d==0.14.1. |
@Thundros Just copy a new Json file from the template and rename it. |
Hi @ARuiChen! I had an issue installing this on my Ubuntu.
Here's my log :
~/Fantasia3D$ pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/NVlabs/nvdiffrast.git (from -r requirements.txt (line 9))
Cloning https://github.com/NVlabs/nvdiffrast.git to /tmp/pip-req-build-cqpmcxi8
Running command git clone --filter=blob:none --quiet https://github.com/NVlabs/nvdiffrast.git /tmp/pip-req-build-cqpmcxi8
Resolved https://github.com/NVlabs/nvdiffrast.git to commit 335cfa6b33d785730a04283994214bed57884e87
Preparing metadata (setup.py) ... done
Collecting git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch (from -r requirements.txt (line 10))
Cloning https://github.com/NVlabs/tiny-cuda-nn/ to /tmp/pip-req-build-rgk405vw
Running command git clone --filter=blob:none --quiet https://github.com/NVlabs/tiny-cuda-nn/ /tmp/pip-req-build-rgk405vw
Resolved https://github.com/NVlabs/tiny-cuda-nn/ to commit 1ee07877239b46fbdafeb8ae155a786a84a37e18
Running command git submodule update --init --recursive -q
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-req-build-rgk405vw/bindings/torch/setup.py", line 49, in
raise EnvironmentError("Unknown compute capability. Specify the target compute capabilities in the TCNN_CUDA_ARCHITECTURES environment variable or install PyTorch with the CUDA backend to detect it automatically.")
OSError: Unknown compute capability. Specify the target compute capabilities in the TCNN_CUDA_ARCHITECTURES environment variable or install PyTorch with the CUDA backend to detect it automatically.
Building PyTorch extension for tiny-cuda-nn version 1.7
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
The text was updated successfully, but these errors were encountered: