Skip to content
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

Question: how to write a recipe to download and install(coz build fail) a wheel package directly? #2878

Closed
5 tasks
riflemanl opened this issue Aug 15, 2023 · 3 comments
Labels

Comments

@riflemanl
Copy link

Checklist

  • the issue is indeed a bug and not a support request
  • issue doesn't already exist: https://github.com/kivy/python-for-android/issues
  • I have a short, runnable example that reproduces the issue
  • I reproduced the problem with the latest development version (p4a.branch = develop)
  • I used the grave accent (aka backticks) to format code or logs when appropriated

Versions

  • Python:
  • OS:
  • Kivy:
  • Cython:
  • OpenJDK:

Description

// REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect?

buildozer.spec

Command:

// REPLACE ME: buildozer command ran? e.g. buildozer android debug
// Keep the triple grave accent (aka backquote/backtick) to have the code formatted

Spec file:

// REPLACE ME: Paste your buildozer.spec file here

Logs

// REPLACE ME: Paste the build output containing the error
// Keep the triple grave accent (a.k.a. backquote/backtick) to have the code formatted
@RobertFlatt
Copy link
Contributor

Usage questions should be directed to the user groups, this forum is for development issues.

It is not clear that the resolution implied in the question addresses the issue in the question.

When you post to the user groups provide the info referenced here:
https://github.com/Android-for-Python/Android-for-Python-Users#if-buildozer-fails-to-compile
And clarify what it is about "a wheel" that addresses the issue.

@riflemanl
Copy link
Author

hi, Robert, my problem is actually a development issue, coz I've tried to use original torch recipe to build torch package for android arm, but it built out an x86_64 version package. So after some investigation I found pypi provided a prebuilt arm version wheel package already, I should not need to build it again, so, I issued a question above how to use that arm wheel directly, skip the setup/build problem, thanks a lot.

@misl6 misl6 added the support label Aug 22, 2023
@github-actions
Copy link

👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants