I am facing an issue installing pycaret
library in airflow DAG. I have added the library for installation in the bootstrap file, however, I am getting ModuleNotFoundError: No module named 'pycaret'
during execution. Following are the logs captured, wrt pyod
module during installation:
Collecting pyod
Downloading pyod-1.0.8.tar.gz (149 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Tried installing pycaret
library in bootstrap
file. Expecting it to get installed properly.