arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation
http://libtorrent.org
Other
5.11k stars 989 forks source link

Python 3.11 wheels? #7536

Open mayli opened 9 months ago

mayli commented 9 months ago

I am lookin at pypi, it seems the wheels are built up to python3.10, any plan to push 3.11 builds?

ichorid commented 9 months ago

The fix necessary for Python 3.11 to work with Libtorrent was pushed on May 28, just after the 2.0.9 release. There were recent patches related to Python support by @arvidn, too. I guess @arvidn is planning to update the wheels with the Libtorrent 2.10 release.

jrjake commented 7 months ago

Any updates to this issue?

I am unable to install libtorrent on my system due to this.

pip3 install libtorrent
ERROR: Could not find a version that satisfies the requirement libtorrent (from versions: none)
ERROR: No matching distribution found for libtorrent
JokerGT commented 1 month ago

same here on 3.12.4

sochartgit commented 1 month ago

any update ? same trouble here