ufal / udpipe

UDPipe: Trainable pipeline for tokenizing, tagging, lemmatizing and parsing Universal Treebanks and other CoNLL-U files
Mozilla Public License 2.0
359 stars 75 forks source link

Wheels for newer pythons #165

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago

Currently, ufal-udpipe provides only wheels for Python 3.8 and older. Since udpipe is included in Orange3-text, users without compilers have issues installing it (especially now when the Orange3 installer is based on python 3.9).

Can you provide wheels for newer versions of Python? I do not know how you build wheels (I found this script), but if you are ok, I can create a PR with GH actions workflow that would build wheels for all platforms and python versions. Please let me know what you think.

foxik commented 1 year ago

Hi,

I plan to soon release UDPipe 1.3, which will of course include wheels for all current Python versions. But I can upload also such wheels for the current UDPipe 1.2 -- I will try doing it later today.

foxik commented 1 year ago

All wheels for 1.2.0.3 are building now.

foxik commented 1 year ago

Published wheels for Python 3.6-Python 3.11, and also for ARM macOS.

PrimozGodec commented 1 year ago

@foxik, thanks a lot for your quick intervention. :)