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

**URL:** https://forum.yunohost.org/t/yunohost-12-0-bookworm-release-sortie-de-yunohost-12-0-bookworm/31673
**Category:** Announcements
**Tags:** ynh\_release, french, english
**Created:** [October 31, 2024, 12:37pm UTC](https://forum.yunohost.org/t/yunohost-12-0-bookworm-release-sortie-de-yunohost-12-0-bookworm/31673 "2024-10-31T12:37:00Z")
**Posts on this page:** 1
**Showing post:** 170

<div class="post-metadata">

### Author: ![Aleks](https://forum.yunohost.org/user_avatar/forum.yunohost.org/aleks/32/1704_2.png) [@Aleks](https://forum.yunohost.org/u/Aleks)
#### Post date: [November 10, 2024, 6:29pm UTC](https://forum.yunohost.org/t/yunohost-12-0-bookworm-release-sortie-de-yunohost-12-0-bookworm/31673/170 "2024-11-10T18:29:30Z")

</div>

> [@Parleur](#):
>
> However, I’m now stuck with this :  
> [hastebin](https://paste.yunohost.org/nekihujoli.sql)

```auto
  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)

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

```

then `apt full-upgrade`

---

_[View the full topic](https://forum.yunohost.org/t/yunohost-12-0-bookworm-release-sortie-de-yunohost-12-0-bookworm/31673)._
