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

New install doesn't pull requirements #6

Closed
NPrescott opened this issue Jan 20, 2016 · 0 comments
Closed

New install doesn't pull requirements #6

NPrescott opened this issue Jan 20, 2016 · 0 comments

Comments

@NPrescott
Copy link
Contributor

$ pip install tasktiger
Collecting tasktiger
Installing collected packages: tasktiger
Successfully installed tasktiger-0.2

$ tasktiger
Traceback (most recent call last):
  File "/Users/nolan/.virtualenvs/tt2/bin/tasktiger", line 7, in <module>
    from tasktiger import run_worker
  File "/Users/nolan/.virtualenvs/tt2/lib/python2.7/site-packages/tasktiger/__init__.py", line 2, in <module>
    import click
ImportError: No module named click

The same occurs after cloning the repository and running python setup.py install. It appears setup.py is missing an install_requires directive for those libraries in requirements.txt.

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

1 participant