chaquo / chaquopy

Chaquopy: the Python SDK for Android
https://chaquo.com/chaquopy/
MIT License
748 stars 127 forks source link

Failed to install qreader python package #1177

Closed inzimamulhaq09 closed 1 week ago

inzimamulhaq09 commented 2 weeks ago

I'm working on a project in which I'm using the qreader package(it detects and decodes multiple QR codes in an image) in Python which works fine on both Python 3.8 and 3.12 while I work with it in notebooks. As it has dependencies on various other packages, that's why it fails when I try to use it in Android with Chaquopy. It requires ultralytics, seaborn, opencv-python, scipy, torch, torchvision, numpy and some other libraries, some of these get installed but it fails while installing seaboarn and opencv-python. Chaquopy works with an older version of qreader, but unfortunately, that older version of qreader only detects a single QR code in an image, which is not enough for my project.

mhsmith commented 2 weeks ago

Please post:

mhsmith commented 1 week ago

If you still need help, please post the requested information, and I'll reopen the issue.