probberechts/soccerdata

[BUG] Dependency 'packaging' seems to be missing

Closed this issue · 0 comments

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