Bug: Issue installing new kernel from main
- Linguagem predominante
- Python
- Estrelas
- 734
- Forks
- 412
- Merge médio
- 1d 5h
- PRs com merge (30d)
- 8
Descrição
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
Guia de contribuição
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- jupyter, python
- Domínio
- backend, tooling
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 35/100