whl file not supported
See original GitHub issueIn following the coral board setup instructions, step 4, running the following command fails saying it “is not a supported wheel on this platform”:
pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_aarch64.whl
All instructions on the coral board have been followed to this point without issue. I have also tried python3 -m pip install
with no avail.
Do I need to change versions for pip or other? Is a different .whl needed? Any insight or fixes would be greatly appreciated!
Thanks! -Nick
Tagging @petewarden as requested.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10
Top Results From Across the Web
Error "filename.whl is not a supported wheel on this platform"
In my case, I wanted to install scipy into the 2.7 version, so on the cmd line, I explicitly called the version of...
Read more >python - .whl is not supported wheel on this platform when pip ...
I am using the latest Python 3.9, so GDAL-3.3.1-cp39-cp39-win_amd64.whl should be downloaded. And then the GDAL was successfully installed.
Read more >[Solved] ... is not a supported wheel on this platform
The error message “… is not a supported wheel on this platform.” means there is some incompatibility between the wheel package and your ......
Read more >Python filename.whl is not a supported wheel on this platform
How to know which will be supported wheel for my platform wheel not supported " for pip install pip install *. whl file...
Read more >whl file is not supported - solved - Prodigy Support
Hi! conda install doesn't support installing wheel files directly, so this is why you're seeing this error. The easiest way is to just...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Namburger It works! Thank you very much for your help 😃
mendel@jumbo-zebra:~$ cat /etc/os-release
PRETTY_NAME="Mendel GNU/Linux 4 (Day)"
NAME="Mendel GNU/Linux"
ID=mendel
ID_LIKE=debian
HOME_URL="https://coral.withgoogle.com/"
SUPPORT_URL="https://coral.withgoogle.com/"
BUG_REPORT_URL="https://coral.withgoogle.com/"
VERSION_CODENAME="day"
I’m very appreciative!
@namigalyv fortunately, you won’t need
mdt
for that 😃 just do (make sure the USB-A - USB-micro-B is plugged in)that’ll get you to the serial console of the dev board, username and password are both
mendel
. Then you can reboot the board into fastboot mode with:And now your board is ready to be flashed with the new image!