-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm not sure how universal these issues are, or if they're Windows-specific, but here are the issues I ran into installing using the README:
- My python is called with
python, notpython3 - I needed to call
python3 -m pip install -r requirements.txtwith--userat the end, otherwise would get permission issue - I had to upgrade pyarrow using
pip install pyarrow==10.0.1 --user - I had to downgrade numpy from version 2 to 1 using
pip install "numpy<2" --user
Metadata
Metadata
Assignees
Labels
No labels