Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 5, 2023 4:40PM
Likes: 0
Replies: 2
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
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,
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.