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

Installation from PyPI is broken #5

Closed
edavis opened this issue Dec 2, 2012 · 2 comments
Closed

Installation from PyPI is broken #5

edavis opened this issue Dec 2, 2012 · 2 comments
Assignees
Labels

Comments

@edavis
Copy link

edavis commented Dec 2, 2012

$ mkvirtualenv grip
$ pip install grip
Downloading/unpacking grip
  Running setup.py egg_info for package grip
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/Users/eric/.virtualenvs/grip/build/grip/setup.py", line 3, in <module>
        import grip as package
      File "grip/__init__.py", line 25, in <module>
        import command
      File "grip/command.py", line 2, in <module>
        from .server import serve
      File "grip/server.py", line 2, in <module>
        import requests
    ImportError: No module named requests
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/Users/eric/.virtualenvs/grip/build/grip/setup.py", line 3, in <module>

    import grip as package

  File "grip/__init__.py", line 25, in <module>

    import command

  File "grip/command.py", line 2, in <module>

    from .server import serve

  File "grip/server.py", line 2, in <module>

    import requests

ImportError: No module named requests

setup.py loads the grip package to obtain various metadata but fails as requests hasn't been installed yet.

@ghost ghost assigned joeyespo Dec 3, 2012
@joeyespo
Copy link
Owner

joeyespo commented Dec 3, 2012

Fixed with 7e0e65b. Thanks!

@joeyespo joeyespo closed this as completed Dec 3, 2012
@edavis
Copy link
Author

edavis commented Dec 3, 2012

You bet. New version works like a charm.

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

No branches or pull requests

2 participants