ethanluoyc / statsnba-playbyplay

Parsing play-by-play data from stats.nba.com
MIT License
48 stars 12 forks source link

Import Errors, General Usage #6

Open gjorm opened 6 years ago

gjorm commented 6 years ago

Hello, I am attempting to learn this scraper but I'm having a hard time figuring out how to use the API. So, I tried to run the script download_playbyplay.py in the scripts folder and after correcting some other import issues, I'm still getting an import error for the models: ImportError: No module named 'statsnba.models'

I've cloned the latest version, and ran 'setup.py develop' but haven't gotten much further.

I am using Python3 on Windows. On my Mac, I can try 2.7, but then it gets an import error for urllib.parse, so I figured I had better stick to python3

Thanks in advance for any help for my n00b question