question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

whl file not supported

See original GitHub issue

In 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:closed
  • Created 3 years ago
  • Comments:10

github_iconTop GitHub Comments

3reactions
namigaliyevcommented, Jul 9, 2020

@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!

2reactions
Namburgercommented, Jul 9, 2020

@namigalyv fortunately, you won’t need mdt for that 😃 just do (make sure the USB-A - USB-micro-B is plugged in)

screen /dev/ttyUSB<your-device-id> 115200

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:

sudo reboot-bootloader

And now your board is ready to be flashed with the new image!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found