-
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
error building compiled components in netifaces #1539
Comments
Yes |
We should fix netifaces or just remove the recipe. If the project is really not active any more, probably the latter. |
oh my! I would prefer we fix it please. that's the only library i know of that i can use to get the IP address from an android device. Using netifaces on PyDroid, does exactly what i want. PyDroid is a python interpreter for android devices. |
We still accept pull request contributions @princeIta 😄 |
@AndreMiras, I think that netifaces should work now, at least the compilation issues should be gone, it was fixed in here: #1549 @princeIta, please, can you check again if Note: be aware that you need to change your android's ndk to version
I see that your |
Thanks @opacam I confirm I could build it in Docker with the following command:
I'm not sure why it's still in the the ci/constants.py however. I'll check if it builds in Travis and PR |
Only `python2` build fails with: ``` RAN: /home/user/.local/share/python-for-android/build/other_builds/hostpython2/desktop/hostpython2/native-build/python setup.py build_ext -v STDOUT: Traceback (most recent call last): File "setup.py", line 1, in <module> import setuptools ImportError: No module named setuptools ```
Proof it's building in https://api.travis-ci.org/v3/job/488531781/log.txt via #1675 |
…_recipe Bumps netiffaces version & removes from broken list, refs #1539
Versions
Description
I run into errors when i try to build an apk. The errors occur during the compilation of netifaces. without including netifaces as a requirement in buildozer.spec file the apk build process goes to completion, which confirms that the error is as a result of compling netifaces.
buildozer.spec
Command:
Spec file:
Requirement from buildozer.spec file
Logs
The text was updated successfully, but these errors were encountered: