-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SickChill: Wheel build as Python38 (cp38) and not cp37 #4867
Comments
The error is in |
Another error of the SickChill Package: |
But why do I need to do all this cross compilation when the x64 based devices load and run the package as is? It just these older ARM devices that have an issue and can't get past the initial basic install to actually run to pull all the pieces. |
please explain, I am unclear on noarch and how to get tornado to cp38 |
To build the wheels for x64 there is no cross compilation required as both archs are x64.
SickChill cannot build (i.e. compile) packages on the Diskstation as the build environment is not available (make, gcc and other build tools).
Some wheels can be downloaded on pypi.org for x64 (amd64) and armv8 (aarch64) but most are not downloadable for armv7l and ppc archs. |
Thanks for taking the time to explain, most appreciated. |
I wish to know how to make a package build it's wheel as cp38 and not cp37 when doing
make all-supported
#4835 (comment)
This is a common error which x64 systems can resolve and download the tar.gz but when installing on some models (arm) it causes the system to fail it's install.
The configuration is to use Python 3.8 but this wheel for some reason is built with 3.7 and I wish to know how to resolve.
ERROR: tornado-6.1-cp37-none-any.whl is not a supported wheel on this platform.
From build spk.
Grateful for any guidance.
The text was updated successfully, but these errors were encountered: