You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
PyAthena installs version of PyArrow that is incompatible with Snowflake's Pyarrow requirement
Explain the environment
Chaos Genius version: 0.9.0 development build
OS Version / Instance: any
Deployment type: any
Current behavior
warning while pip install
Expected behavior
pip install warning should not be there
Screenshots
Additional context
N/A
Logs
/home/samyak/work/ChaosGenius/chaos_genius/.direnv/python-3.8.13/lib64/python3.8/site-packages/snowflake/connector/options.py:96: UserWarning: You have an incompatible version of 'pyarrow' installed (8.0.0), pleas e install a version that adheres to: 'pyarrow<6.1.0,>=6.0.0; extra == "pandas"' warn_incompatible_dep(
The text was updated successfully, but these errors were encountered:
Describe the bug
PyAthena installs version of PyArrow that is incompatible with Snowflake's Pyarrow requirement
Explain the environment
Current behavior
warning while pip install
Expected behavior
pip install warning should not be there
Screenshots
Additional context
N/A
Logs
/home/samyak/work/ChaosGenius/chaos_genius/.direnv/python-3.8.13/lib64/python3.8/site-packages/snowflake/connector/options.py:96: UserWarning: You have an incompatible version of 'pyarrow' installed (8.0.0), pleas e install a version that adheres to: 'pyarrow<6.1.0,>=6.0.0; extra == "pandas"' warn_incompatible_dep(
The text was updated successfully, but these errors were encountered: