ERROR: prodigy-1.9.0.whl is not a supported wheel on this platform.

Hi,

Am I doing something wrong installing Prodigy 1.9.0 on Linux?

root@v:/prodigy cat /etc/*release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
root@v:/prodigy python -V
Python 3.8.0
root@v:/prodigy python -c "import distutils.util; print(distutils.util.get_platform())"
linux-x86_64
root@v:/prodigy pip install prodigy-1.9.0-cp36.cp37.cp38-cp36m.cp37m.cp38m-linux_x86_64.whl 
ERROR: prodigy-1.9.0-cp36.cp37.cp38-cp36m.cp37m.cp38m-linux_x86_64.whl is not a supported wheel on this platform.

Same error on Python 3.8.0, but with mac osx.

Output of

python -c "import distutils.util; print(distutils.util.get_platform())"

is:

macosx-10.15-x86_64

EDIT! Great success with python 3.7.5.

Ah, damn, sorry about that. I just tested it and this seems to be a Python 3.8 weirdness and related to this issue or something similar.

TL;DR: Try changing the last cp38m to cp38 and see if it works now?

Edit: Also just renamed the files available for download.

1 Like

"changing the last cp38m to cp38"

worked when installing on python 3.8.0!

1 Like

Fixed for me too!

1 Like