Bug: Issue installing new kernel from main
- Langage dominant
- Python
- Étoiles
- 734
- Forks
- 412
- Merge moyen
- 1 j 5 h
- PR mergées (30 j)
- 8
Description
While I was able to install the ipykernel from main, when I tried to make a new kernel I ran into the following error:
```
.venv/lib64/python3.11/site-packages/ipykernel/kernelapp.py", line 734, in main
if self.kernel.eventloop:
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'eventloop'
```
Manually creating a kernel worked fine
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Reproduce the failure by installing ipykernel from main and creating a new kernel, then inspect .venv/lib64/python3.11/site-packages/ipykernel/kernelapp.py around line 734. Compare this path with the manually created kernel case; done means new-kernel creation no longer raises the reported AttributeError.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- jupyter, python
- Domaine
- backend, tooling
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100