You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
When I try to install the bitbucket-api I get the following:
pip install bitbucket-api
Collecting bitbucket-api
Using cached bitbucket-api-0.5.0.tar.gz
Requirement already satisfied (use --upgrade to upgrade): requests in c:\python27\lib\site-packages (from bitbucket-api)
Collecting sh (from bitbucket-api)
Using cached sh-1.11.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\users\xxx\appdata\local\temp\pip-build-nrkwol\sh\setup.py", line 4, in
import sh
File "sh.py", line 37, in
support." % version)
ImportError: sh 1.11 is currently only supported on linux and osx. please install pbs 0.110 (http://pypi.python.org/pypi/pbs) for windows support.
I have no issues installng pbs.
pip install pbs
Collecting pbs
Downloading pbs-0.110.tar.gz
Installing collected packages: pbs
Running setup.py install for pbs ... done
Successfully installed pbs-0.110
However, this does not resolve the issue above with sh 1.11 indicating I should install pbs.
Any ideas on how to resolve this issue for those of us running on windows?
Thanks.
--dave