-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update ipykernel to 6.6.0, make debugpy optional #33020
Comments
comment:1
It is strange that |
comment:2
I'd say for Sage 9.5, let's add PR 767 as a patch, patch out the |
comment:3
Note arch pkg for debugpy removes all these precompiled libs and compiles the one for linux 64 bit (see https://github.com/archlinux/svntogit-community/blob/packages/python-debugpy/trunk/PKGBUILD). It doesn't even seem difficult, as it is a single file. However, making sure this works for all supported architectures may be nontrivial, but otoh I expect the current package doesn't really work in all supported architectures anyway. |
Commit: |
New commits:
|
Branch: u/tornaria/33020 |
comment:5
That commit works for me, it includes updating ipykernel to 6.6.0 and patching out setup.py and pyproject.toml. If you prefer to stay at 6.3.1 and add PR 767 as a patch, that'd be easy to do (I was already testing this when I saw your comment). |
Dependencies: #32930 |
Changed branch from u/tornaria/33020 to u/mkoeppe/33020 |
comment:8
I've put this on top of #32930 Last 10 new commits:
|
Author: Gonzalo Tornaría |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:13
The |
Reviewer: Matthias Koeppe |
Changed branch from u/mkoeppe/33020 to |
This new standard package contains precompiled binaries, which are dynamically linked to a particular libc.
In particular this causes some problems building sage with the musl libc.
AFAICT, this was added in #31280 just because it was a new dependency for ipykernel.
OTOH, debugpy was made optional in ipython/ipykernel#767 and this is included in ipykernel 6.4.0 and up (current version 6.6.0).
Is it possible to
before 9.5, please?
Depends on #32930
CC: @mkoeppe
Component: packages: standard
Author: Gonzalo Tornaría
Branch/Commit:
715d1ea
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/33020
The text was updated successfully, but these errors were encountered: