🚀 YunoHost 12.0 (Bookworm) release / Sortie de YunoHost 12.0 (Bookworm)

  File "/usr/lib/python3/dist-packages/bottle.py", line 44, in <module>
    from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)

Same as the thread before, you probably need to upgrade bottle (there’s a fix on the way for next minor release)

# as root
cd /root/
apt download python3-bottle
dpkg -i python3-bottle*.deb

then apt full-upgrade

1 Like