On Fri, Jul 05, 2024 at 09:13:25AM +0200, Florian Schmid wrote: > Package: python3-debugpy > Version: 1.8.2+ds-1 > Severity: normal > X-Debbugs-Cc: auditbox+...@schutzwerk.com > > Dear Maintainer, > > * What led up to the situation? > - The update of python3-debugpy (1.8.2+ds-1) failed with the error > "No such file or directory: > '/usr/lib/python3/dist-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_api.py'" > - Apparently, in my case, the file pydevd_trace_api.py was missing on my > file system. > * Band-aid solution > - I currently solved the issue for myself by downloading the file from > > https://raw.githubusercontent.com/JetBrains/intellij-community/master/python/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py > and putting it in the requested folder. > - After putting the file in the requested folder, the `#apt upgrade` > command run the installation script > and passed successfully.
Hi Florian, This is weird indeed, and you weren't the only person to raise this issue. I have an idea what might be causing the problem; could you let me know the output of the following commands? dpkg -l python3-pydevd dpkg -l python3-debugpy ls -l /usr/lib/python3/dist-packages/debugpy/_vendored/pydevd Best wishes, Julian