Skip to content

Commit 5101fee

Browse files
committed
fix setuptools version before tiny-cuda-nn install
1 parent 96de2e2 commit 5101fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit
104104

105105
# Some need to upgrade dill prior to tiny-cuda-nn install
106106
pip install dill --upgrade
107+
pip install --upgrade pip "setuptools<70.0"
107108

108109
pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
109110
```
@@ -114,7 +115,6 @@ We refer to [Nerfstudio](https://github.com/nerfstudio-project/nerfstudio/blob/v
114115
```bash
115116
git clone https://github.com/georghess/neurad-studio.git
116117
cd neurad-studio
117-
pip install --upgrade pip "setuptools<70.0"
118118
pip install -e .
119119
```
120120

0 commit comments

Comments
 (0)