BurntSushi / nflgame

An API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.
http://pdoc.burntsushi.net/nflgame
The Unlicense
1.27k stars 412 forks source link

Can't install package #350

Open pizzaymizzay opened 6 years ago

pizzaymizzay commented 6 years ago

Hi,

I followed the instructions for Mac installed, the package seemed to download normally with pip and then at the end I got the following error message:

Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/private/tmp/pip-build-Y9uiVm/nflgame/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-IONcGj-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-Y9uiVm/nflgame/

I'm not sure how to get this working, any ideas?

Thanks

pizzaymizzay commented 6 years ago

I discovered that I had multiple versions of pip installed and once I used the correct one this issue was resolved for me.