-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
pyconfig.h issue #2074
Comments
Here there's the fully Log https://gist.github.com/umbertowski/47ddc40437c4f5bafe4ff65101b750d0 |
Use NDK 19c in your buildozer.spec (Download link: https://developer.android.com/ndk/downloads/older_releases). |
any solution to this ?? |
@wasimafser it depends on your build log, the error can be the same, but not the cause. So can't help until you share it. For instance this error was solved recently for macOS builds. But again with build logs we can't help |
@AndreMiras Sorry for the late reply, Btw from P4A group in discord you asked me to use Kivy==2.0.0rc with python3.8 and that solved it as i replied. this log is from using either 3.7.5 / 3.7.7 with kivy 1.11.1 |
I was also trying to build with buildozer, got similar error (pyconfig.h not found)
|
@olividir can't help without a full log. Also try on latest kivy and Python 3.8 as suggested #2074 (comment) |
Sorry about that, I am running Python 3.8 and Kivy |
I think there's a known bug using buildozer in a venv. Try to install it out of your venv. |
I did install buildozer outside of venv, I was however trying to use it inside of one. I did deactivate the venv and got this log (still same error). |
Thanks for the info, you also need to make sure you start from a clean build before |
|
Anyway we definitely need to make it work 100% under venv. That's something we may look into in the future. Pull requests are also welcome |
So does this mean it works? Because when I use the command |
It's very surprising you get the bug still outside the venv and after a clean. |
I am running Manjaro Gnome edition. |
Which Discord site do you use? |
Have it |
Hello, I have simillar error with you.
|
I remember I got help from the Discord community, but I don't remember how it was solved. It has been almost 2 years since I had this problem. |
Landed here while doing some issues cleanup of an unrelated recipe. However, this issue looks stale and not reproducible anymore. (Also we had a lot of nice changes, and now Closing the issue, but feel free to re-open if it persists for you. |
Versions
Description
When i start the
buildozer android debug deploy run
it does all but sometimes during the debug gives me'pyconfig.h' file not found
, I dont really know what it doing or what is the problem but when i try to install the requirements.txt gives me an error in ffpyplayer, if is important i upload this other log.Code and Logs
Code
Log
The text was updated successfully, but these errors were encountered: