When opening a file with preffs after a fresh install, not all packages are installed:
A suitable version of pyarrow or fastparquet is required for parquet support.
Trying to import the above resulted in these errors:
- Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.
- Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet.
Although the message is very clear on what to do, preffs should probably check if either of these packages are installed and otherwise install one by default.
When opening a file with
preffsafter a fresh install, not all packages are installed:Although the message is very clear on what to do,
preffsshould probably check if either of these packages are installed and otherwise install one by default.