Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nfldb-update: command not found #303

Closed
weissleb opened this issue Aug 25, 2018 · 4 comments
Closed

nfldb-update: command not found #303

weissleb opened this issue Aug 25, 2018 · 4 comments

Comments

@weissleb
Copy link

Running on a Mac, and after quite a bit of Python installation fun, and ultimately success with python top-10-qb.py, attempting to run nfldb-update returns me nfldb-update: command not found.

Perhaps there's a path problem, but I'm not sure what it is. I had to install nfldb using pip2 install --user nfldb, and that appears to have been successful.

Please help me troubleshoot. Thanks!

@weissleb
Copy link
Author

I don't know exactly why this was a problem, but I resolved it by simply downloading the source code here and extracting out the scripts folder.

@derek-adair
Copy link

You probably want to install w/ pip anyways. Also this is not typically the type of question that you will find answered here. You will have better luck troubleshooting this type of issue on a forum like stack overflow.

@derek-adair
Copy link

Also it was certainly a path issue. Check out virtualenv for a straight forward solution to any path, or permissions issues.

@doug14226
Copy link

Running on a Mac, and after quite a bit of Python installation fun, and ultimately success with python top-10-qb.py, attempting to run nfldb-update returns me nfldb-update: command not found.

Perhaps there's a path problem, but I'm not sure what it is. I had to install nfldb using pip2 install --user nfldb, and that appears to have been successful.

Please help me troubleshoot. Thanks!

I also use a mac. To update the database, After installing nfldb I needed to 1) copy config.ini.sample to ~/.config/nfldb/config.ini 2) manually add JAX as a team and 3) run "python2.7 nfldb-update"

Not sure if nfldb-update was installed on my mac, or if it was set executable or the path was set. but I just ranit as an input to pythonj.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants