AttributeError: module 'imageio' has no attribute 'v2'
Whiteking07 opened this issue · 1 comments
Whiteking07 commented
can someone help me whit this error, i don't know how to fix it.
with imageio.v2.get_writer(out_path, format='ffmpeg', mode='I', fps=frames, codec=codec) as writer:
AttributeError: module 'imageio' has no attribute 'v2'
alberfern commented
Im having exactly same problem here