Open saka3324 opened 1 year ago
We'll update the build-wheel tool to support Python 3.10 in the next few days. To be notified, please subscribe to https://github.com/chaquo/chaquopy/issues/805.
This package is currently only available for Python 3.8. You can set your app’s Python version by following the instructions here. If switching to Python 3.8 doesn't work for you, please post a comment explaining why.
If anyone else needs this package for Python 3.9 or later, please click the thumbs up button above, and subscribe to this issue to receive updates.
You may also try building the package yourself by following the instructions here.
II got this error when I tried to install opencv-python-4.5.1.48 with python 3.10.
I have confirmed that scikit-build is in pip.
scikit-build 0.16.6
Is it because opencv.whl published in chaquopy does not support Python3.10? (cp38) I also tried build-wheel, but the output was only for cp38 and it didn't work.
Is there any way to output it for python 3.10?
Thank you.