Recipe: `aioquic`
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 30/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- android, python
- Domain
- build-system, mobile-dev
Research direction
Start by reproducing the Android build with the listed requirements and p4a.extra_pip_args, then inspect the generated aioquic/_buffer.abi3.so and its reported architecture. Compare the package output with the target EM_AARCH64 device. Done means the APK builds and imports aioquic without the EM_X86_64 versus EM_AARCH64 error.
Written by the indexing model from the issue text.
Description
发生异常: ImportError (note: full exception trace is shown but execution is paused at: )
dlopen failed: "/data/data/org.test.myapp/files/app/_python_bundle/site-packages/aioquic/_buffer.abi3.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183)
requirements = python3,kivy,pyjnius,android,plyer,debugpy,aioquic,bcrypt,attr,attrs,certifi,cffi,cryptography,debugpy,idna,Jinja2,jnius,pyasn1,pyasn1_modules,pycparser,pyOpenSSL,requests,service-identity,six,urllib3,charset-normalizer==2.1.1
p4a.extra_pip_args = --no-binary=aioquic
(str) Custom source folders for requirements
Sets custom source for any requirements with recipes
requirements.source.kivy = ../../kivy
from aioquic.asyncio import connect, QuicConnectionProtocol
from aioquic.quic.configuration import QuicConfiguration
from aioquic.quic.events import ProtocolNegotiated, ConnectionTerminated
how to sovle aioquic/_buffer.abi3.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183)?
- Dominant language
- Python
- Stars
- 8.9k
- Forks
- 2k
- Avg merge
- 12h 20m
- Merged PRs (30d)
- 9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from kivy/python-for-android
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
kivy/python-for-android#3335 · 1 comment · 3 reactions ·
-
Documentation easy
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
kivy/python-for-android#3326 · 1 comment ·
-
Documentation easy Priority: Low
Difficulty 1/5 Under an hour Newbie friendliness 88/100
kivy/python-for-android#3299 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
kivy/python-for-android#3382 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
kivy/python-for-android#3381 ·
All issues in kivy/python-for-android
Similar issues
-
bug confirmed issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
open-webui/open-webui#30750 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
OpenwaterHealth/openmotion-bloodflow-app#604 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
good first issue
Difficulty 1/5 Under an hour Newbie friendliness 90/100