paylogic / pip-accel

pip-accel: Accelerator for pip, the Python package manager
https://pypi.python.org/pypi/pip-accel
MIT License
308 stars 35 forks source link

Doesn't run on windows #53

Closed ratiotile closed 8 years ago

ratiotile commented 9 years ago

Fresh install of Python 3.4.3, ran python -m pip install pip-accel, success.

pip-accel -h, then gives ImportError: No module named 'pwd'

matysek commented 8 years ago

I confirm it. It does not run on Windows.

matysek commented 8 years ago

@ratiotile Could you please try if the version from the pull request works for you on Windows?

ratiotile commented 8 years ago

@matysek How do I clone the pull request?

ratiotile commented 8 years ago

@matysek nevermind, I managed to figure it out. Works for me on windows 8.1, python 3.4.3. Although strangely there was no output the first time I ran pip-accel -h.

Seems to buffer the output, and only print out after the next command is run. input: pip-accel foo output: input: pip-accel output: Error: unknown command "foo" Usage: pip-accel ...

xolox commented 8 years ago

Pull requests #60 and #61 have been merged and a new release has been published to PyPI, so pip-accel should now (starting from version 0.33) fully support Windows! AppVeyor CI is used to automatically test all changes on Windows so I don't break compatibility later. If you encounter any issues in the new Windows support feel free to open a new issue. Thanks for the feedback!