-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
pip install on windows #255
Comments
Did you try Also could you tell us what version of pip you're using? |
I have tried "regular" installation and it does not work in windows. The error log tells me about colorama, I have installed it, and then httpie installation works properly. |
@aborruso could you reopen this? This still seems like a bug. |
Yes @sigmavirus24 and thank you |
@aborruso which version of pip are you using? |
pip 1.5.4 |
I don't see anything in pip's changelog to indicate that this would be fixed. I think that helps us narrow this down to httpie's setup.py. |
Ok and thank you @sigmavirus24 httpie seems a great tool |
I think this is the same as #227. @sigmavirus24 The logic for dependencies is a work in progress (only in master for now). The idea is to make the conditional dependencies work with both wheel and non-wheel installs. It's a bit tricky though. |
You're right it is the same as #227. Also, sorry for mistaking what was released. I'm so used to "master" being what was included in the last release and some other branch being the head of development. |
I can confirm the same problem. On Windows fresh Python 3.4, pip version 1.5.6. After:
running httpie:
complains about problems to import Installing
resolves the problem. |
Same issue on fresh install:
Installing colorama as suggested solved my issue. |
The just released HTTPie v0.9.0 should solve this issue. You'll need the latest pip:
|
it works, thank you |
The install process does not verify colorama dependency
The text was updated successfully, but these errors were encountered: