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

enum.enumbadkeyerror #99

Open
Coach81 opened this issue Sep 13, 2015 · 2 comments
Open

enum.enumbadkeyerror #99

Coach81 opened this issue Sep 13, 2015 · 2 comments

Comments

@Coach81
Copy link

Coach81 commented Sep 13, 2015

I had a lot of trouble installing nfldb. I couldn't find pip2 and used pip to install. The dependency files didn't install, so I installed them manually. When I run the query in the example (passing yards) I get an error (enumeration). Perhaps I have a bad dependency file? How can I check? I'm very new with Linux / PostgreSQL, but I am quite familiar with standard SQL. Oh, and I'm doing all of this on my Raspberry Pi.

@BurntSushi
Copy link
Owner

I had a lot of trouble installing nfldb. I couldn't find pip2 and used pip to install.

Yes, the Python packaging situation sucks and varies depending on your Linux distribution.

The dependency files didn't install

Can you please be more specific? What command did you run? What was the output?

When I run the query in the example (passing yards)

Can you please provide the full program that you're trying to run?

I get an error (enumeration).

Can you please paste the entire output? We can't guess at what's wrong. We need more information to help you.

Oh, and I'm doing all of this on my Raspberry Pi.

Running a PostgreSQL database on an RPi probably isn't a good idea. It would be better to run the database on a different machine on your local network and connect to it from the RPi.

@Coach81
Copy link
Author

Coach81 commented Sep 14, 2015

Hello Andrew,
Thanks for taking the time to reply. By walking through the error messages and a bunch of Google, I was able to get the right Enum34 package to install. Finally have everything running on my RPI. Yup, it's slow, but I don't mind. It was a good project for me to learn about Linux, Postgres and my Pi.

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

2 participants