dlman
Results
2
issues of
dlman
When trying to run with the current season: ``` Traceback (most recent call last): File "match_generator.py", line 31, in main(args.league, args.seasons) File "match_generator.py", line 22, in main b_ref.crawl_season() File "/Users/dl/nba/basketball_reference/base.py",...
After cloning, installing all the modules from requirements and trying out the first example: ``` (venv) dl-MacBook-Pro:basketball_reference dl$ python match_generator.py --league nba --seasons 2003-2004 Traceback (most recent call last): File...