Python 3.8 Exporting Pandas Dataframes Issue

Solved!
wvde
Level 1
Python 3.8 Exporting Pandas Dataframes Issue

Hello, 

The exporting of Pandas dataframes from a Jupyter notebook that worked perfectly in Python 3.7 no longer seems to function when using Python 3.8 environment. 

The error report has only: 'Error: Early EOF'.

Is anyone else experiencing this issue and/or have a potential solution?

FYI - using Dataiku Version: 12.1.0


Operating system used: Windows

0 Kudos
1 Solution
AlexT
Dataiker

Hi @wvde ,
You should be able to solve this error by adding  requests<2.29 in the "Package to install" list fo the code environment you are using for the notebook.
Thanks,

View solution in original post

2 Replies
AlexT
Dataiker

Hi @wvde ,
You should be able to solve this error by adding  requests<2.29 in the "Package to install" list fo the code environment you are using for the notebook.
Thanks,

ChrisWalter
Level 2

I've had similar problems with Python 3.8. Try checking for any version-specific compatibility issues in your code or with Dataiku 12.1.0. It might need an update or a tweak.