JupyterHub version issue

0

I've started seeing the following error on JupyterHub on EMR

TypeError: required field "type_ignores" missing from Module

from the simplest commands

the command

package versions

Some relevant errors: https://github.com/jupyter/notebook/issues/5746

Is there a way to update IPython on EMR?

Dev
preguntada hace 2 meses423 visualizaciones
2 Respuestas
1

Hello,

I could confirm that the root cause to be the a bug[1] in Livy resulting in the TypeError: required field "type_ignores" missing from Module error. This is caused by a change in python >= 3.8 API [2] as reported in open JIRA for this issue [1]. This change caused IPython and PySpark code (Apache livy) to break with missing module. Please note this is known issue and EMR support as Livy officially support Python >=3.8.

[1] https://issues.apache.org/jira/browse/LIVY-795

[2] https://bugs.python.org/issue35894


Could you please test it in EMR 7.0 once and see if it works for you?

AWS
INGENIERO DE SOPORTE
respondido hace 2 meses
  • I am actually using version 7.0, and seeing this issue on it. I'm sure you'll be able to reproduce it too.

0

Any updates?

Dev
respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas