Skip to content

Installation Issues #1

@ataft

Description

@ataft

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:

  1. My python is called with python, not python3
  2. I needed to call python3 -m pip install -r requirements.txt with --user at the end, otherwise would get permission issue
  3. I had to upgrade pyarrow using pip install pyarrow==10.0.1 --user
  4. I had to downgrade numpy from version 2 to 1 using pip install "numpy<2" --user

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions