Error "Filename.Whl Is Not a Supported Wheel on This Platform"

Error filename.whl is not a supported wheel on this platform

cp33 means CPython 3.3.

You need scipy‑0.15.1‑cp27‑none‑win_amd64.whl instead.

filename.whl is not a supported wheel on this platform

Try updating pip first before you rename pip install --upgrade pip

ERROR: (wheel).whl is not a supported wheel on this platform

Upon @Axe319's comment I took a look at https://github.com/apple/tensorflow_macos/issues/46 and seen that simply changing the wheel's filename's OS section to 10_9 works. There is probably a bug with parsing macOS 11.0 or Python doesn't think it supports 11.0 (maybe that particular Python/pip version was before Big Sur was released).



Related Topics



Leave a reply



Submit