autonomousvision / sdfstudio

A Unified Framework for Surface Reconstruction
Apache License 2.0
1.9k stars 179 forks source link

win10 when ns-install-cli occurs error #287

Open guyuezuntinggithub opened 5 months ago

guyuezuntinggithub commented 5 months ago

Describe the bug after run pip install -e . run ns-install-cli occurs error: [10:09:15] $HOME is not set. Exiting. install.py:203

To Reproduce Steps to reproduce the behavior:

  1. install pytorch 1.12.1 with cuda
  2. install tinycudann
  3. pip install -e .
  4. ns-install-cli
  5. See error [10:09:15] $HOME is not set. Exiting. install.py:203

Expected behavior

Screenshots image

Additional context anaconda virtual environment

guyuezuntinggithub commented 5 months ago

does this ‘’HOME‘’ mean set a path to ‘’environment variables‘’ with name ‘HOME’. But what path should it set? the sdfstudio source code path?