Fedora 33 or Python 3.9 missing libraries

Hi,

I just upgraded to Fedora 33 which brings Python 3.9. I can install all scientific libraries that I use, but it is missing at least pyarrow and fastparquet. I can not find them by search (dnf search python3-pyarrow). when I try to install them using pip install, it crashes because some requirements are not available.

Does anyone know how to solve this?

Best regards,

1 Like

How about these:

sudo dnf install python3-arrow python3-dask
sudo dnf provides \*/arrow.py \*/fastparquet.py

DNF Command Reference β€” dnf latest documentation

1 Like

Thank you very much for your reply, but unfortunately did not solve it.

1 Like