Joblib and import in python

I am working on joblib . But my parallel process need numpy module. I want to know how can I import numpy module once instead of importing in all parallel process.

Hi, Upendra.

If you are working in your local in Joblib then the related dependencies need to be installed!

Kindly refer to the below docs!


https://joblib.readthedocs.io/en/latest/persistence.html

All the best!