Hello!
The code above returns the error: module 'collections' has no attribute 'Iterable'. What am I doing wrong?
I've tried Colab and local Python environments.
import pdfgen
pdfgen.sync.from_string('Hello!', '/content/drive/MyDrive/result2.pdf')
Thank you!