I'm having an issue exactly like #99 but none of the solutions are working. I have tried using both nflgame-update-schedule --rebuild and update_schedule.py --rebuild but they give ' ' is not recognized as an internal or external command, operable program or batch file.
I'm using Python 3.7.3 and my environment variables point to Python37. In addition I installed using pip install nflgame-redux==2.0.1b1 uninstalled and reinstalled using pip3 install nflgame-redux==2.0.1b1
Thanks for any help in advance.
UPDATE: Issue closed, I made the mistake running nflgame-update-schedule --rebuild instead of python nflgame-update-schedule --rebuild. I am now getting data for week 16
I'm having an issue exactly like #99 but none of the solutions are working. I have tried using both
nflgame-update-schedule --rebuild
andupdate_schedule.py --rebuild
but they give' ' is not recognized as an internal or external command, operable program or batch file.
I'm using Python 3.7.3 and my environment variables point to Python37. In addition I installed using
pip install nflgame-redux==2.0.1b1
uninstalled and reinstalled usingpip3 install nflgame-redux==2.0.1b1
Thanks for any help in advance.
UPDATE: Issue closed, I made the mistake running
nflgame-update-schedule --rebuild
instead ofpython nflgame-update-schedule --rebuild
. I am now getting data for week 16