Problems Installing packages!

I am trying to install ydata_profiling i.e. pandas profiling. with python 3.10. and it keeps failing with “No space left on the device” error:

earlier it was failing with “timed out” error.

Pandas-profiling is listed as installed packages in full python 3 option. But when I try to import it, it gives “No module named pandas_profiling” error.

can someone please help me out?

Welcome to the forum!

Third-party Python libraries can only be used on the Server, so you’ll need to import pandas_profiling in a Server Module, not from a client-side Form.

In regards to installing ydata-profiling, I’ll look into the issue and get back to you.

1 Like

Hi @engineering, the ydata-profiling package is very large and requires over 2GB to install, which is over the limit for the Personal Plan. You can instead use ydata-profiling on the Uplink, or if the pandas-profiling package also works for your purposes, you can use the Full Python 3 runtime.

1 Like