-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Add missing dependencies for Python packages revealed by #32492 #32493
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: |
Author: Matthias Koeppe |
comment:6
Tested now with #32492 using |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
how about --- a/build/pkgs/ipykernel/dependencies
+++ b/build/pkgs/ipykernel/dependencies
@@ -1,4 +1,4 @@
-$(PYTHON) | ipython jupyter_client $(PYTHON_TOOLCHAIN) scandir
+$(PYTHON) | ipython jupyter_client $(PYTHON_TOOLCHAIN) scandir debugpy
----------
All lines of this file are ignored except the first. |
comment:10
Replying to @dimpase:
oops, OK, that was already in. |
comment:11
Perhaps a separate issue but html docs for
and
|
comment:12
Same issue, fixed by this ticket. Needs review |
comment:13
Replying to @mkoeppe:
The updated dependencies for |
Reviewer: Dima Pasechnik |
comment:14
lgtm |
Changed branch from u/mkoeppe/add_missing_dependencies_for_python_packages_revealed_by__32492 to |
After reinstalling the Python packages using the instructions shown in #32492:
With the Jupyter upgrade in #31280 merged, there are a few more. We fix them all.
Depends on #31280
CC: @dimpase
Component: build
Author: Matthias Koeppe
Branch/Commit:
8a314c2
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/32493
The text was updated successfully, but these errors were encountered: