Open lcttlx opened 6 months ago
dreamer@6acb1d8fedc0:~/threestudio$ python3 launch.py --config configs/stable-zero123.yaml --train --gpu 0 data.image_path=./load/images/hamburger_rgba.png
launch.py 301
launch.py 135 main import threestudio
init.py 55
init.py 1
co3d.py 17
uncond.py 14
init.py 1
base.py 7
misc.py 6
init.py 9
modules.py 51
init.py 126 import_module return _bootstrap._gcd_import(name[level:], package, level)
ImportError: /home/dreamer/.local/lib/python3.10/site-packages/tinycudann_bindings/_89_C.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN2at4_ops5zeros4callEN3c108ArrayRefINS2_6SymIntEEENS2_8optionalINS2_10ScalarTypeEEENS6_INS2_6LayoutEEENS6_INS2_6DeviceEEENS6_IbEE
I also have the same issue
exactly the same error here :/ Running it on Windows 10 within Docker.
might be a driver or cuda version issue. [https://github.com/NVlabs/tiny-cuda-nn/issues/398]
ImportError: /home/dreamer/.local/lib/python3.10/site-packages/tinycudann_bindings/_89_C.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN2at4_ops5zeros4callEN3c108ArrayRefINS2_6SymIntEEENS2_8optionalINS2_10ScalarTypeEEENS6_INS2_6LayoutEEENS6_INS2_6DeviceEEENS6_IbEE also too