SelfExplainML/PiML-Toolbox

Unable to install PiML in Python Version 3.8.8

indraabin opened this issue · 6 comments

Python 3.8.8

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

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

Windows.

Windows.

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

I am using 64 bit only (Jupyter Notebooks)

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".