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
Yes, post video cell settings and error screenshot on discord please
Warpfusion
2024-08-07 07:30:46 +0000 UTCno i didn't get any errors in previous cells i am getting error in create video cell please help me sir please help me
My Cc
2024-08-07 06:25:17 +0000 UTCCan you send a screenshot with your video cell settings and the error you get on discord?
Warpfusion
2024-08-06 13:04:24 +0000 UTCno i didn't get any errors in previous cells i am getting error in create video cell please help me
My Cc
2024-08-06 05:06:07 +0000 UTCHi, did the script actually render any frames or did you get an error in the previous cell?
Warpfusion
2024-08-05 08:15:52 +0000 UTChello 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
My Cc
2024-08-05 06:21:01 +0000 UTCyo! you're the man. have been stuck and this saved my life. :)
Ahmet
2024-06-26 01:46:00 +0000 UTC