-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.0depends onpyarrow(no version specified, likely uses latest compatible)datasets 2.17.1requirespyarrow>=12.0.0ray[tune] 2.9.3requirespyarrow<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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels