chaquo / chaquopy

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

torch / pytorch for Python 3.9 or later #1215

Open 2245332767 opened 1 month ago

2245332767 commented 1 month ago

Chaquopy version

14.0.2

Relevant parts of your build.gradle file

1720578274863

Describe your issue

Change python version to 3.9, it goes wrong:

1720578292431

mohdahmad242 commented 1 month ago

Try using Chaquopy version 15.0.1

2245332767 commented 1 month ago

Try using Chaquopy version 15.0.1

I changed Chaquopy version to 15.0.1,but it doesnt work. 1720582253885

mhsmith commented 1 month ago

Sorry, we currently only support torch for Python 3.8.

If this affects anyone else, please let us know by clicking the thumbs up button above, and subscribe to this issue for updates.

anonyein commented 1 month ago

Sorry, we currently only support torch for Python 3.8.

If this affects anyone else, please let us know by clicking the thumbs up button above, and subscribe to this issue for updates.

All of the wheels for Python 3.8 in the https://chaquo.com/pypi-13.1/ can be changed to 3.10+?

mhsmith commented 1 month ago

Our most recent version, 1.8.1, is on PyPI for Python 3.9, so it should be possible to produce that combination with the build-wheel tool. For Python 3.10 and later, I don't know how difficult it would be.