-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WxPhyton installation failure on Raspberry 3B+: wxPython-4.1.1-cp37-cp37m-linux_armv7l.whl is not a supported wheel on this platform. #440
Comments
Hi @orrmany Please excuse me if you already know this but if not hopefully it might help. The PiWheel version for wxPython that is used in the installation guide is 4.1.1. This is only compatible with Debian 11 (Bullseye) - see https://www.piwheels.org/project/wxpython/ for details. You can check which version you are operating using cat /etc/os-release. In order to proceed you could either install Bullseye (if you not already running it) or try using a wxPython that is compatible with your version of Debian. Please let @WouterJD and me know how you get on. |
Hey @MeanHat thanks for joining in |
Hi @MeanHat, here it is:
|
HI @orrmany Sorry for the delay. If you don't need the FortiusANT GUI then you can skip installing WxPython in step If you really need / want the GUI then please let me know and I can spend some more time recreating the problem and looking for a solution. I should have added that with a CTP such as Zwift you can manage very easily without the GUI. I run RPi3 with Zwift on Tacx Fortius. |
Hi @MeanHat , sorry for the slow response: it would be nice to have the GUI, indeed. My guess: I have a freshly installed (i.e., latest version of everything) Raspberry. I guess this "freshness" might break the installation process, i.e., a new wheel(?) might need to be built.... |
I always starting with this old compressed image. It is working out of the box and you have only to start via start menue. If you want to install the latest version it is a way to make the the Raspi "unfresh". If you have another Ant-Stick you might have to reinstall the stick. |
That's a great suggestion @decodeais, Thank you for sharing. @WouterJD - would it be useful to add a link to the image in the User Manual in the Raspberry Pi chapter? |
Yep. I never studied "artefacts"; the .pdf and .exe should de stored different from how it's done now as well. Something to do in January I think |
It is an old version without steering. If you have updated it, somebody should try to compress it too. The result is a little bigger then the pure OS-image but it is so much easier to use. I think it helps you, because it give everybody the standardized environment. Most questions concerning installation will be solved. |
Well, it seems I somehow managed to install wxPython. I tried many things, but while trying to follow https://wxpython.org/blog/2017-08-17-builds-for-linux-with-pip/index.html I noticed that Now I check my W0, too |
Now on my Raspberry W0 I tested: |
WxPhyton installation fails on Raspberry 3B+ with error message:
"wxPython-4.1.1-cp37-cp37m-linux_armv7l.whl is not a supported wheel on this platform."
output of 'uname -a:' Linux raspberrypi3b 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
Printout of the install script:
pi@raspberrypi3b:~/FortiusANT/raspberry $ ./4_InstallWxPython.sh
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: gdown in /usr/local/lib/python3.9/dist-packages (4.7.1)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from gdown) (1.16.0)
Requirement already satisfied: tqdm in /usr/local/lib/python3.9/dist-packages (from gdown) (4.66.1)
Requirement already satisfied: filelock in /usr/local/lib/python3.9/dist-packages (from gdown) (3.13.1)
Requirement already satisfied: requests[socks] in /usr/lib/python3/dist-packages (from gdown) (2.25.1)
Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (from gdown) (4.9.3)
Requirement already satisfied: soupsieve>1.2 in /usr/lib/python3/dist-packages (from beautifulsoup4->gdown) (2.2.1)
Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /usr/local/lib/python3.9/dist-packages (from requests[socks]->gdown) (1.7.1)
/usr/local/lib/python3.9/dist-packages/gdown/cli.py:126: FutureWarning: Option
--id
was deprecated in version 4.3.1 and will be removed in 5.0. You don't need to pass it anymore to use a file ID.warnings.warn(
Downloading...
From (uriginal): https://drive.google.com/uc?id=1Uk1TSc6iLArx14QH8q85c9ytrw0IKLIn
From (redirected): https://drive.google.com/uc?id=1Uk1TSc6iLArx14QH8q85c9ytrw0IKLIn&confirm=t&uuid=f7fa5c09-b40e-49c7-b0e8-6ead504b4a13
To: /home/pi/Downloads/wxPython-4.1.1-cp37-cp37m-linux_armv7l.whl
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 120M/120M [00:16<00:00, 7.35MB/s]
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: wxPython-4.1.1-cp37-cp37m-linux_armv7l.whl is not a supported wheel on this platform.
Pre-built Python is installed, press Enter to continue:
The text was updated successfully, but these errors were encountered: