Opened 21 months ago
Closed 21 months ago
#67068 closed defect (fixed)
jupyter-notebook (3.10 and 3.11) fail to find a kernel
Reported by: | brunoomartin | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | py-ipykernel py-jupyter |
Description
After an upgrade, py310-jupyter notebook is not able to find a kernel anymore. I tried to use py311-jupyter instead, a kernel launches but crashes. Both versions ask for a missing tell module
- py310-jupyter : pkg_resources.DistributionNotFound: The 'comm>=0.1.1' distribution was not found and is required by ipykernel
- py311-jupyter : ModuleNotFoundError: No module named 'comm'
Looks like the comm module cannot be found and I couldn't find in which package it could be
Change History (3)
comment:1 Changed 21 months ago by jmroot (Joshua Root)
Owner: | set to stromnov |
---|---|
Port: | py-jupyter added |
Status: | new → assigned |
comment:2 Changed 21 months ago by brunoomartin
comment:3 Changed 21 months ago by jmroot (Joshua Root)
Port: | py-ipykernel added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Hi, I solved the issue by (finally) adding py310-comm (or py-311-comm) with a port install. I suggest to add it in the dependencies ! Sorry for the ticket. Regards,