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

"ImportError: No module named requests" on freshly installed Yosemite #17

Closed
rinopo opened this issue Mar 7, 2015 · 2 comments
Closed

Comments

@rinopo
Copy link

rinopo commented Mar 7, 2015

Hi,
Thank you very much for the useful tool!

On a freshly installed Yosemite, I get the above error on trying brew file set_repo.
Here is the gist showing what I did on Terminal.app just after a clean installation of OS 10.10.2:
https://gist.github.com/rinopo/12b6b29f0def98fb1531

Did I miss something?
Thanks!

@rcmdnk
Copy link
Owner

rcmdnk commented Mar 7, 2015

oops! I thought it is internal module, but "Requests" is external module, so you need to install it.
I added some introductions in README and when you run w/o Requests module.

If you want to create a repository from the command line, please install Requests:

$ easy_install pip # in case you've not installed pip
$ pip install requests

Otherswise, please make a repository directory in GitHub or other Git service.

@rcmdnk rcmdnk closed this as completed Mar 7, 2015
@rinopo
Copy link
Author

rinopo commented Mar 8, 2015

Thank you for the instruction!

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