Hello!
I’m running Windows 11; I’m having essentially the same problem in cmd and in WSL2 running Ubuntu Noble Numbat 24.04.03.
I’m trying to install label-studio; `pip install –upgrade label-studio` eventually fails with
× Failed to build installable wheels for some pyproject.toml based projects
╰─> psycopg2-binary, pyarrow
I have installed both pyarrow and postgreSQL.
These ‘install on Ubuntu’ instructions use Python 3.9 (which is EOL) and end up with the same result
python3 -m venv env
source env/bin/activate
sudo apt install python3.9-dev
python -m pip install label-studio
I can’t upload attachments, but lines 534-543 of the output are
/tmp/pip-build-env-53smsnci/overlay/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
Is that part of the label-studio script, or is that something I can fix? How do I move past this?