hzxie / CityDreamer

The official implementation of "CityDreamer: Compositional Generative Model of Unbounded 3D Cities". (Xie et al., CVPR 2024)

Home Page:https://haozhexie.com/project/city-dreamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arch_list[-1] += '+PTX'

dastan1910 opened this issue · comments

      arch_list[-1] += '+PTX'
  IndexError: list index out of range
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for extrude_tensor
Running setup.py clean for extrude_tensor
Failed to build extrude_tensor
ERROR: Could not build wheels for extrude_tensor, which is required to install pyproject.toml-based projects

error when your install bash

cd $CITY_DREAMER_HOME/extensions
for e in `ls -d */`
do
  cd $CITY_DREAMER_HOME/extensions/$e
  pip install .
done

Refer to this: https://discuss.pytorch.org/t/pytorch-extension-issue/161042/3
If the problem still exists, please provide your CUDA and NVIDIA driver versions.

The Hugging Face demo works normally, indicating nothing wrong with the extensions.