Papermill: Getting KeyError: 'kernelspec' when running from Airflow using S3 as input and output paths

Created on 7 May 2019  路  1Comment  路  Source: nteract/papermill

While running the python client command from Airflow and using the S3 paths as input and output, Kerncel spec error raises which is not understandable.

Reference: https://stackoverflow.com/questions/56024237/how-to-avoid-keyerror-named-kernelspec-in-papermill

Most helpful comment

I think you might have an old ipython or other jupyter dependency. What's your pip list look like? Try upgrading ipython and it's dependencies to latest versions and the issue will probably go away based on the stack trace.

>All comments

I think you might have an old ipython or other jupyter dependency. What's your pip list look like? Try upgrading ipython and it's dependencies to latest versions and the issue will probably go away based on the stack trace.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mkoliba picture mkoliba  路  4Comments

CrafterKolyan picture CrafterKolyan  路  4Comments

casperdcl picture casperdcl  路  7Comments

bnaul picture bnaul  路  7Comments

omar-masmoudi picture omar-masmoudi  路  4Comments