[GH-ISSUE #386] [socceraction] soccerdata 1.5.1 vs. socceraction 1.4.2 dependency conflicts #73

Closed
opened 2026-03-02 15:55:33 +03:00 by kerem · 1 comment
Owner

Originally created by @ds-oliver on GitHub (Sep 28, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/386

Please help, I'm desperate and about ready to simply give up. Been struggling with this package few weeks now. Thanks in advance.

❯ python3 /Users/hogan/soccerdata_sd/test-scrape.py
ImportError: The socceraction package is required to use the 'spadl' or 'atomic-spadl' output format. Please install it with pip install socceraction.
❯ pip install socceraction
soccerdata 1.5.1 requires pandas<3.0.0,>=2.0.0, but you have pandas 1.5.3 which is incompatible.
❯ pip install 'pandas>=2.0.0,<3.0.0'
socceraction 1.4.2 requires pandas<2.0.0,>=1.3.3, but you have pandas 2.1.1 which is incompatible.

Originally created by @ds-oliver on GitHub (Sep 28, 2023). Original GitHub issue: https://github.com/probberechts/soccerdata/issues/386 ### Please help, I'm desperate and about ready to simply give up. Been struggling with this package few weeks now. Thanks in advance. > ❯ python3 /Users/hogan/soccerdata_sd/test-scrape.py > ImportError: The socceraction package is required to use the 'spadl' or 'atomic-spadl' output format. Please install it with `pip install socceraction`. > ❯ pip install socceraction > soccerdata 1.5.1 requires pandas<3.0.0,>=2.0.0, but you have pandas 1.5.3 which is incompatible. > ❯ pip install 'pandas>=2.0.0,<3.0.0' > socceraction 1.4.2 requires pandas<2.0.0,>=1.3.3, but you have pandas 2.1.1 which is incompatible.
kerem 2026-03-02 15:55:33 +03:00
Author
Owner

@probberechts commented on GitHub (Jan 1, 2024):

SoccerAction v1.5.0 now has pandas 2.0 support.

<!-- gh-comment-id:1873238382 --> @probberechts commented on GitHub (Jan 1, 2024): SoccerAction v1.5.0 now has pandas 2.0 support.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#73
No description provided.