Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Windows support for bitbucket-api? #24

Description

@davehorner

I am using Python 2.7.11 with pip 8.1.2;

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions