SelfExplainML / PiML-Toolbox

PiML (Python Interpretable Machine Learning) toolbox for model development & diagnostics
https://selfexplainml.github.io/PiML-Toolbox
Apache License 2.0
912 stars 109 forks source link

Unable to install PiML in Python Version 3.8.8 #10

Closed indraabin closed 1 year ago

indraabin commented 2 years ago

Python 3.8.8

ERROR: Could not find a version that satisfies the requirement PiML ERROR: No matching distribution found for PiML

ZebinYang commented 2 years ago

Hi @indraabin, could you tell which platform you are using, Windows, Mac, or Linux?

indraabin commented 2 years ago

Windows.

ZebinYang commented 2 years ago

Windows.

Your anaconda is 32-bit or 64-bit? Note that we don't support 32-bit.

indraabin commented 2 years ago

I am using 64 bit only (Jupyter Notebooks)

ZebinYang commented 1 year ago

Hi @indraabin ,

I also encountered this error with an old version of pip. You may need to upgrade your pip to the latest version via "pip install pip -U", and then run "pip install piml".

indraabin commented 1 year ago

Thanks @ZebinYang