The problem seems to be that fastparquet ships a prebuilt wheel with a certain version of numpy and if you happen to have a different version of numpy you get this error. A workaround for me (usingpoetry) was to run this: poetry run pip install --force-reinstall fastparquet --no-binary...