-
Notifications
You must be signed in to change notification settings - 8000 Fork 50
sh not available on Windows. #4
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
Comments
magpie uses
In addition to that, it also uses |
The dependencies install correctly under cygwin. I'm investigating some |
#15 corrects the cygwin issues I was seeing. |
I'm going to close this, since it at least works in cygwin. I'd like to get it working on any OS, but I don't expect that to happen any time soon. |
When installing magpie using
pip install magpie
the procedure errors out when attempting to installsh
:ImportError: sh 1.09 is currently only supported on linux and osx. please install pbs 0.110 (http://pypi.python.org/pypi/pbs) for windows support.
I did not see linux/osx as requirements in the documentation, and do not have the know-how on how to make magpie use
pbs
instead ofsh
on Windows. I could installpbs
on its own, but the magpie installers insists on usingsh
.I'm running msysgit bash on Windows 7 64-bit. Python version 2.7.
The text was updated successfully, but these errors were encountered: