For people having ImportError: 'packaging'
🕑 Added 2024-06-25 20:23:55 +0000 UTCFor people having ImportError: cannot import name 'packaging' from 'pkg_resources' error:
run this in a new line:
!pip install setuptools==69.5.1
and restart the notebook
Comments
Warpfusion
Yes, post video cell settings and error screenshot on discord please
My Cc
no i didn't get any errors in previous cells i am getting error in create video cell please help me sir please help me
Warpfusion
Can you send a screenshot with your video cell settings and the error you get on discord?
My Cc
no i didn't get any errors in previous cells i am getting error in create video cell please help me
Warpfusion
Hi, did the script actually render any frames or did you get an error in the previous cell?
My Cc
hello i am new and i was using warpfusion and i am getting an error while running the last cell of create video the error is ValueError Traceback (most recent call last) in () 182 renders = glob(f"{batchFolder}/*00.png") 183 renders_s = sorted([int(o.split('(')[-1].split(')')[0]) for o in renders]) --> 184 print(f'Could not find latest run "{batchNum}", setting lates run to "{max(renders_s)}"') 185 batchNum = max(renders_s) 186 latest_run = batchNum ValueError: max() arg is an empty sequence please help me
Ahmet
yo! you're the man. have been stuck and this saved my life. :)