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
gefragt vor 2 Monaten423 Aufrufe
2 Antworten
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
SUPPORT-TECHNIKER
beantwortet vor 2 Monaten
  • 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
beantwortet vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen