Closed roberto-arista closed 1 year ago
same outcome with 3.9.13
You mean drawbot installed as a module? It seems packaging
is not listed in the setup.py
requirements. PR welcome.
with pip install packaging
the traceback disappears!
fixed with #504
hey all!
I freshly installed drawbot from the master branch, and I try to import it into a script with:
I get this traceback:
instead if I try to
import packaging
from the 3.129 app, no traceback. I am running this in py3.11, will soon test it with 3.9.13.