Python 3.8 Exporting Pandas Dataframes Issue
wvde
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 3 ✭
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
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,211 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,
Answers
-
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.