nfldb
nfldb copied to clipboard
Can I get some help with issue #205 please...
I am Python ignorant. While trying to install the Python NFLDB module I get the error listed in #205.
After reading it further I tried to add the directory to the path as the error says to do. python setup.py build_ext --pg-config /Applications/Postgres.app/Contents/Versions/9.5/bin/pg_config and I tried... python setup.py build_ext --pg-config /Applications/Postgres.app/Contents/Versions/9.5/bin/
I get this error when I try to exec those commands python: can't open file 'setup.py': [Errno 2] No such file or directory
I'm running MacOS Sierra (10.12.1) and the Postgres app (v9.5) (http://postgresapp.com)