mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[GH-ISSUE #673] [Deps] Python version and poetry.lock bumps required for poetry install in dev mode #136
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @goosethedev on GitHub (Aug 14, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/673
I forked and cloned the repo to contribute. When doing
poetry installit gives the error:When doing
poetry lock --no-updateit becomes:Bumping
pythoninpyproject.tomlsolves the issue:OS: Pop_OS! (Ubuntu) 22.04
Python ver.
3.12.4Poetry ver.
1.8.3@probberechts commented on GitHub (Aug 15, 2024):
Thanks. It seems we were not ready yet for Sphinx v8. It also gave problems on readthedocs. I've reverted the Sphinx version bump in
ca93d87and this should fix the dependency resolution problem.