probberechts / soccerdata

⛏⚽ Scrape soccer data from Club Elo, ESPN, FBref, FiveThirtyEight, Football-Data.co.uk, FotMob, Sofascore, SoFIFA, Understat and WhoScored.
https://soccerdata.readthedocs.io/en/latest/
Other
607 stars 104 forks source link

[socceraction] soccerdata 1.5.1 vs. socceraction 1.4.2 dependency conflicts #386

Closed ds-oliver closed 9 months ago

ds-oliver commented 1 year ago

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.

probberechts commented 9 months ago

SoccerAction v1.5.0 now has pandas 2.0 support.