Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Downloading/unpacking sh (from python-coveralls)
  2. Downloading sh-1.09.tar.gz
  3. Running setup.py (path:C:\Users\Robpol86\AppData\Local\Temp\pip_build_Robpol86\sh\setup.py) egg_info for package sh
  4. Traceback (most recent call last):
  5. File "<string>", line 17, in <module>
  6. File "C:\Users\Robpol86\AppData\Local\Temp\pip_build_Robpol86\sh\setup.py", line 4, in <module>
  7. import sh
  8. File "C:\Users\Robpol86\AppData\Local\Temp\pip_build_Robpol86\sh\sh.py", line 34, in <module>
  9. support." % __version__)
  10. 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.
  11. Complete output from command python setup.py egg_info:
  12. Traceback (most recent call last):
  13.  
  14. File "<string>", line 17, in <module>
  15.  
  16. File "C:\Users\Robpol86\AppData\Local\Temp\pip_build_Robpol86\sh\setup.py", line 4, in <module>
  17.  
  18. import sh
  19.  
  20. File "C:\Users\Robpol86\AppData\Local\Temp\pip_build_Robpol86\sh\sh.py", line 34, in <module>
  21.  
  22. support." % __version__)
  23.  
  24. 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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement