Unable to install PiML in Python Version 3.8.8
indraabin opened this issue · 6 comments
indraabin commented
Python 3.8.8
ERROR: Could not find a version that satisfies the requirement PiML
ERROR: No matching distribution found for PiML
ZebinYang commented
Hi @indraabin, could you tell which platform you are using, Windows, Mac, or Linux?
indraabin commented
Windows.
ZebinYang commented
Windows.
Your anaconda is 32-bit or 64-bit? Note that we don't support 32-bit.
indraabin commented
I am using 64 bit only (Jupyter Notebooks)
ZebinYang commented
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
Thanks @ZebinYang