-
Notifications
You must be signed in to change notification settings - Fork 523
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
[Feature Request] Arm64 ubuntu support #1480
Comments
or if there's a way that we can skip ssl validation during pip recipes installation from the build? |
Also i have a problem about this. |
Hi @jhay06 and @onuratakan ! Can you please post the full log?
Instead, Ubuntu |
Okey ı Will share but in basic, when ı want to insall flask depencies project the buildozer insall depencies but when ı use the congirutation of ios.yml of this project, i view the error that about ssl handshake. |
|
hi @misl6 , i have ubuntu arm64 vm that runs on my mac os arm64 , so i think buildozer + box64/box32 is more feasible that waiting for NDK arm64 :) |
okay i tried to clean homebrew packages , on both arm64 and x86_64 new error appear . unknown host architecture arm64 so i clean again arm64 homebrew and switch to x86_64 homebrew and check if error still persist |
okay found out that having same packages on both arm64 and x86_64 to be specific is the list below i think for mac os we shoud have different buildozer i think that can detect wether it runs on x86_64 or an arm64 , so it will not confuse where does dependencies located i will close this now thanks but i'm still hoping on a buildozer in docker hthat runs win box64/box32 |
Hi would like to request if we can add arm64 support , i have a mac os arm64 , as per documentation building in mac os arm64 is supposedly supported , and yes it was supported but has error on the latest mac os monterey , i've done any posible resolution but same error returns on my mac os
Can't connect to HTTPS URL because the SSL module is not available.
what i did is to remove openssl@3 and openssl@1 then rerun buildozer and buildozer tries to install openssl@1.1 and then when it succcessfully installed and after some time it drops the same error Can't connect to HTTPS URL because the SSL module is not available.
I even add openssl as requirements of the buildozer.spec , clean buildozer and run , but then again same error appear.
this error is not happening when i run my ubuntu 22.04 on my other laptop that has x86_64 architecture. it builds successfully
so i think the only way that i can run this successfully is to build it using ubuntu from the docker but it has arm64 architecture ,
yes i know there's a docker buildozer but on my situation , buildozer from docker is freezing , i think because running x86_64 docker image from mac os with arm64 is very slow . so this is not good alternative for me .
what i'm thinking right now is if buildozer can run on arm64 ubuntu , it will be the best alternative but yes i know there's no android sdk /ndk for arm64 host . but there is box64 and box32 that can emulate x86 and x86_64 architecture on an arm64 ubuntu that has no slow down to the host. so the posible reso for this is to have buildozer that can run on box64 environment
hope that someone read this , also apologies for my very bad english :) thanks
The text was updated successfully, but these errors were encountered: