TeangaNLP / teanga2

Teanga a dó
Apache License 2.0
0 stars 0 forks source link

Installation Error #2

Closed banerjeeshubhanker closed 7 months ago

banerjeeshubhanker commented 9 months ago

When installing the wheel file with Python 3.10 using pip on Ubuntu 20.04 and OpenSUSE Leap15.5 an error message shows up: ERROR: teanga-0.1.0-cp310-cp310-manylinux_2_34_x86_64.whl is not a supported wheel on this platform.

jmccrae commented 9 months ago

I think the version on that machine is Python 3.11

The problem is that I need to compile more versions of the wheel.

This version should work https://github.com/TeangaNLP/teanga2/releases/download/dev-latest-linux/teanga-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl

jmccrae commented 7 months ago

Fixed now. The Rust code is its own project, so this repo can be installed in pure Python