eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

cactus build fails with Python3 #280

Open plum opened 3 years ago

plum commented 3 years ago

Build now fails on the deafult skeleton: $ cactus build

lib/python3.8/site-packages/cactus/utils/internal.py:36: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()

shriekdj commented 2 years ago

Build now fails on the deafult skeleton: $ cactus build

lib/python3.8/site-packages/cactus/utils/internal.py:36: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()

same happened to me

m-thielen commented 2 years ago

This is just a warning. The build should complete nevertheless.

mcronin0912 commented 1 year ago

The rebuild function after saving is broken, regardless of the warning messages. Has error: There is no current event loop in thread 'Thread-1'., Retrying in 0.5 seconds...