nerf-factory icon indicating copy to clipboard operation
nerf-factory copied to clipboard

TypeError: expected str, bytes or os.PathLike object, not NoneType

Open yusuf-wadi opened this issue 2 years ago • 1 comments

Traceback (most recent call last):
  File "run.py", line 230, in <module>
...
...
/miniconda3/envs/nerf_factory/lib/python3.8/posixpath.py", line 152, in dirname
    p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType

This is running on WSL2 in the nerf_factory conda env with cuda enabled. What could be causing this? Any help would be greatly appreciated.

yusuf-wadi avatar Feb 23 '23 00:02 yusuf-wadi

Could you provide more details for this? We cannot reproduce this error based on your elaboration.

jeongyw12382 avatar Mar 13 '23 15:03 jeongyw12382