Paul Istoan

Results 2 comments of Paul Istoan

Also found this past bug report, which is now resolved, might be of interest: https://bugs.webkit.org/show_bug.cgi?id=173332

Another solution seems to disable installing fastparquet as a binary package by using the `--no-binary` flag documented [here](https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-no-binary). In requirements.txt, the line can be: `fastparquet --no-binary=fastparquet` as per [this StackOverflow...