-
Notifications
You must be signed in to change notification settings - Fork 140
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
import ephem python library #78
Comments
Thanks for the report, we'll look into it. |
We've added the package to our repository, so it should work now. |
when I try to install biosppy library I get the same error as mentioned above by the other user |
Please post the full build log. |
Thanks but the issue is resolved. The only issue remained is the size of the app i.e. when I install libraries, the size of the app increases and affects the performance as the app which I am going to deploy will run on different devices having different specifications. So, my question is how to reduce the size of the App? |
The simplest way to shrink the app is to reduce the number of ABIs, as described in the documentation here. For example, if you're releasing the app on Google Play, then you can include armeabi-v7a and arm64-v8a, and omit the x86 ABIs. Or if you're only using it on a small selection of devices which you control, you could reduce it to armeabi-v7a only, or arm64-v8a only if your devices are new enough. |
[Moved to #238] |
`import matplotlib.pyplot as plt def test(): def ecgAlgo(): I had written the above code but when i launch the app it exits with an error |
Please create separate issues for separate problems. And include the full error message and stack trace, which you can probably find in the Logcat. |
Ok thanks for your support |
Dear when i put install "ephem" in build.gradle app :
I have an error when android studio compile code :
_building 'ephem._libastro' extension
error: CCompiler.compile: Chaquopy cannot compile native code
ERROR: Failed to install ephem from https://files.pythonhosted.org/packages/c3/2c/9e1a815add6c222a0d4bf7c644e095471a934a39bc90c201f9550a8f7f14/ephem-3.7.6.0.tar.gz. For assistance, please raise an issue at https://github.com/chaquo/chaquopy/issues.
Chaquopy: Exit status 1
:app:generateDebugPythonRequirements FAILED
FAILURE: Build failed with an exception._
The text was updated successfully, but these errors were encountered: