Skip to content

Environment setup dependency conflict #1

@Augensteern

Description

@Augensteern

When following the installation instructions, I encounter a critical dependency conflict that prevents environment setup. The error indicates incompatible pyarrow version requirements between three packages:

  • ibllib 2.34.0 depends on pyarrow (no version specified, likely uses latest compatible)
  • datasets 2.17.1 requires pyarrow>=12.0.0
  • ray[tune] 2.9.3 requires pyarrow<7.0.0 and >=6.0.1

These requirements create an unresolvable conflict because datasets needs pyarrow ≥12.0.0 while ray[tune] restricts it to <7.0.0. The pip dependency resolver fails with ResolutionImpossible error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions