-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels