Is the pypi release official?
My team has tried to install it via pip install and uv add a handful of times in the past weeks and the incompatible dependencies errors just pile up. I downgraded Python to get a pyarrow version that works and still have to deal with the deprecated stuff:
<string>:34: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. C:\Users\lucas\AppData\Local\uv\cache\builds-v0\.tmpJkeGhU\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: project.license as a TOML table is deprecated
Is the pypi release official?
My team has tried to install it via
pip installanduv adda handful of times in the past weeks and the incompatible dependencies errors just pile up. I downgraded Python to get apyarrowversion that works and still have to deal with the deprecated stuff:<string>:34: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. C:\Users\lucas\AppData\Local\uv\cache\builds-v0\.tmpJkeGhU\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: project.license as a TOML table is deprecated