Installing cryo doesn't directly require `pyarrow` to be installed even though its using the `pyarrow` standard. Here is the error message result: ```thread 'tokio-runtime-worker' panicked at 'pyarrow not installed: PyErr { type: <class 'ModuleNotFoundError'>, value: ModuleNotFoundError("No module named 'pyarrow'"), traceback: None }', /home/storm/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-polars-0.4.0/src/lib.rs:158:44 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```