Python 3.8 Exporting Pandas Dataframes Issue

Options
wvde
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
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,209 Dataiker
    Answer ✓
    Options

    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

Setup Info
    Tags
      Help me…