kaolin
kaolin copied to clipboard
failed install in colab
I try to install in colab using the command !pip install git+https://github.com/NVIDIAGameWorks/kaolin but it gives an error
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting git+https://github.com/NVIDIAGameWorks/kaolin
Cloning https://github.com/NVIDIAGameWorks/kaolin to /tmp/pip-req-build-z3rvotd2
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIAGameWorks/kaolin /tmp/pip-req-build-z3rvotd2
Resolved https://github.com/NVIDIAGameWorks/kaolin to commit 436826bc25816102c8883e36c8a8a2b189f73026
Running command git submodule update --init --recursive -q
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (setup.py) ... error
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.
gpu
Wed Mar 15 05:36:09 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.85.12 Driver Version: 525.85.12 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |
| N/A 41C P0 19W / 70W | 0MiB / 15360MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
Hi @loboere please follow installation guideline
same error
Hi @merterbak , Do you need to build Kaolin from source instead of using the wheels?