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

How to install #1

Closed
rducic opened this issue Oct 24, 2014 · 6 comments
Closed

How to install #1

rducic opened this issue Oct 24, 2014 · 6 comments

Comments

@rducic
Copy link

rducic commented Oct 24, 2014

How do I install and reference this package ?
I have cloned it on my desktop but how do I reference it ?

I tried adding it
import sys
sys.path.append('/Users/user/Documents/KaggleAux/kaggleaux')

But I still get an error when I run 👍
from KaggleAux import predict as ka # see github.com/agconti/kaggleaux for more details

No module named KaggleAux

@agconti
Copy link
Owner

agconti commented Oct 26, 2014

Hi @talenyc,

Thanks for opening up an issue. Are you running this command from the kaggle-titanic tutorial?

@rducic
Copy link
Author

rducic commented Oct 27, 2014

I am running this command from my ipython notebook and I'm following the kaggle-titanic tutorial.
As stated above I have cloned it to my desktop.

@agconti
Copy link
Owner

agconti commented Nov 16, 2014

Hey @talenyc, You're on the right track with:

import sys
sys.path.append('/Users/user/Documents/KaggleAux/kaggleaux')

I'm not sure why it wouldn't be working; can you give me more information about the error you're getting?

I keep a completely striped down version of KaggleAux in the titanic tutorial. So this issue is particular to that version, and not the one contained in this repository. Since it belongs there, I'll migrate this issue to the kaggle-titanic repo. I'm also going to make this package available through pip install, so these sorts of issues won't pop up in the future.

@agconti
Copy link
Owner

agconti commented Nov 16, 2014

agconti/kaggle-titanic#6

@agconti
Copy link
Owner

agconti commented Nov 17, 2014

Also, #2.

@agconti agconti closed this as completed Nov 23, 2014
@mbadrawy1
Copy link

Can you help me how did you predict your results without KaggleAux

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