When i try to install pandas profiling in my jupyter notebook then i encounter an error as
“ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
scikit-learn 1.5.1 requires joblib>=1.2.0, but you have joblib 1.1.1 which is incompatible.”
Now again,when i try to upgrade the version of joblib,then i would encounter new error as
“ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pandas-profiling 3.2.0 requires joblib~=1.1.0, but you have joblib 1.4.2 which is incompatible.”
Again upgrading imbalanced-learn & scikit-learn would give me same incompatible error.
How can i mitigate this error
I want pandas profiling to be installed properly without any conflict and error