Closed Storkycold closed 1 week ago
Thanks for the request. We're not planning to make any more builds of this package in the near future, but please subscribe to #779 to be notified when we do.
There's also a link there with instructions if you want to try building the package yourself.
Chaquopy version
Chaquopy 15.0
Relevant parts of your build.gradle file
build.gradle.kts
requirements_dep.txt
Describe your issue
My Python version is 3.10. Downgrading to 3.8 is not an option.
I am currently using the interpolation feature within the opencv2-python package to resample time-series data signals. However, when attempting to run this Python code in an Android environment using Chaquopy, I encountered the issue that there isn’t a wheel file available at https://chaquo.com/pypi-13.1/opencv-python/ for this package. As a result, we currently have only a partial setup that excludes resampling for data types requiring interpolation. To correctly resample signals regardless of data type, having an opencv2-python wheel file compatible with Python 3.10 would be highly beneficial.
ref: https://docs.opencv.org/3.4/da/d54/group__imgproc__transform.html
resample_signal code