You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/lastbasket/miniconda3/envs/infinigen/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/lastbasket/miniconda3/envs/infinigen/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/lastbasket/code/polar_dataset/infinigen/infinigen/tools/export.py", line 906, in
main(args)
File "/home/lastbasket/code/polar_dataset/infinigen/infinigen/tools/export.py", line 874, in main
subprocess.call(['zip', '-r', str(folder.with_suffix('.zip')), str(folder)])
AttributeError: 'NoneType' object has no attribute 'with_suffix'
It seems like the problem of the missing return of individual export of:
Traceback (most recent call last):
File "/home/lastbasket/miniconda3/envs/infinigen/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/lastbasket/miniconda3/envs/infinigen/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/lastbasket/code/polar_dataset/infinigen/infinigen/tools/export.py", line 906, in
main(args)
File "/home/lastbasket/code/polar_dataset/infinigen/infinigen/tools/export.py", line 874, in main
subprocess.call(['zip', '-r', str(folder.with_suffix('.zip')), str(folder)])
AttributeError: 'NoneType' object has no attribute 'with_suffix'
It seems like the problem of the missing return of individual export of:
infinigen/infinigen/tools/export.py
Lines 827 to 843 in 967970e
The text was updated successfully, but these errors were encountered: