-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi!
I'm attempting to install PlasClass in a VM running ubuntu 20.04. The installation instructions say that install.py will automatically install the dependencies (NumPy and Scikit-learn) but it somehow fails. I can successfully install Scikit-learn independently but I get the following message related to PlasClass:
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.
plasclass-dpellow 0.1 requires joblib==1.2.0, but you have joblib 1.1.0 which is incompatible.
plasclass-dpellow 0.1 requires numpy==1.22.0, but you have numpy 1.22.4 which is incompatible.
plasclass-dpellow 0.1 requires scikit-learn==0.21.3, but you have scikit-learn 1.1.2 which is incompatible.
plasclass-dpellow 0.1 requires scipy==1.3.2, but you have scipy 1.8.1 which is incompatible.
It seems to me that asides from joblib, every version is newer than the required. Is this a bug in PlasClass?
Any help would be really appreciated.