-
Notifications
You must be signed in to change notification settings - Fork 309
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 clint #187
Comments
Issue seems to be that
|
I created a pull request, but maybe more could be done to eliminate the redundant requirements specification. |
mojeto
added a commit
to mojeto/django-in-request-cache
that referenced
this issue
Jul 5, 2016
Thanks @rjollos. 1.7.1 is released with this fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that clint isn't being installed when installing with
pip install twine
. I've reproduced on Windows 7 with Python 2.7.11 and OSX with Python 2.7.12.pip install clint
resolves the issue. The only thing I see that makesclint
stand out from the other requirements is that a version isn't specified.Issue is only seen when installing the wheel. Issue is not seen if installing using
pip install --no-binary=twine twine
.The text was updated successfully, but these errors were encountered: