[GH-ISSUE #637] [BUG] Dependency 'packaging' seems to be missing #126

Closed
opened 2026-03-02 15:56:00 +03:00 by kerem · 0 comments
Owner

Originally created by @afcarzero1 on GitHub (Jul 9, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/637

I am using python 3.10

After installing soccerdata I get the following exception:

from packaging import version
ModuleNotFoundError: No module named 'packaging'

It is resolved after running pip install packaging

Originally created by @afcarzero1 on GitHub (Jul 9, 2024). Original GitHub issue: https://github.com/probberechts/soccerdata/issues/637 I am using python 3.10 After installing soccerdata I get the following exception: ``` from packaging import version ModuleNotFoundError: No module named 'packaging' ``` It is resolved after running `pip install packaging`
kerem 2026-03-02 15:56:00 +03:00
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#126
No description provided.