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

Make KaggleAux available through pip #2

Open
agconti opened this issue Oct 26, 2014 · 4 comments
Open

Make KaggleAux available through pip #2

agconti opened this issue Oct 26, 2014 · 4 comments
Assignees
Milestone

Comments

@agconti
Copy link
Owner

agconti commented Oct 26, 2014

This package should be make available through pip so that its easier for users to download and install. https://packaging.python.org/en/latest/distributing.html

@agconti agconti self-assigned this Oct 26, 2014
@agconti agconti mentioned this issue Nov 17, 2014
@agconti agconti modified the milestone: 1.0.0 Release Dec 29, 2014
@emptyr1
Copy link

emptyr1 commented Apr 10, 2015

I should probably open a new ticket but I'm having issues installing on my mac. I'm using anaconda distribution -- python 2.7

__mudy@169-231-89-11:~/programming/pythhon_udacityDataScience$__  pip install -r requirements.txt
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
__mudy@169-231-89-11:~/programming/pythhon_udacityDataScience$__  sudo pip install -r requirements.txt
Password:
The directory '/Users/mudy/Library/Logs/pip' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/mudy/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/mudy/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
__mudy@169-231-89-11:~/programming/pythhon_udacityDataScience$__ sudo -H pip install -r requirements.txt
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

@agconti
Copy link
Owner Author

agconti commented Apr 10, 2015

@modqhx that seems more like a local permissions issue on your machine than an issue with the project. Are you sure you're in the right directory?

@emptyr1
Copy link

emptyr1 commented Apr 10, 2015

Yep! I'm in the right directory.. It seems I'm using the system's pip instead of using anaconda's pip.. If I do "which pip" I get -- /usr/local/bin/pip
Any idea on how I can use Anaconda site-packages to install this?
http://dolinked.com/questions/1744520/anaconda-not-finding-my-packages-installed-with-pip

@agconti
Copy link
Owner Author

agconti commented Apr 10, 2015

@modqhx Honestly, I'm not sure. I recommend opening a stackoverflow question of your own or an issue with anaconda team.

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

No branches or pull requests

2 participants