Skip to content
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

MacOS install failed #10

Open
ucoluk opened this issue Feb 11, 2017 · 0 comments
Open

MacOS install failed #10

ucoluk opened this issue Feb 11, 2017 · 0 comments

Comments

@ucoluk
Copy link

ucoluk commented Feb 11, 2017

I am on Sierra 10.12.3

  1. Appearently Boost has to be installed manually (which I did)
  2. There is a dependency on "pyxpcconnection" which is not resolved automatically.
    The installer cannot locate it with an error:
    "Could not find suitable distribution for Requirement.parse('pyxpcconnection')"
    So, I installed 'pyxpcconnection' manually. (which is completed in success)
    Unfortunatelly reattempting to install bleep was unsuccessful. Hit again
    the dependency on "pyxpcconnection" (with the same error).
    I tried to bail out the "pyxpcconnection" dependency with a
    packages = find_packages(exclude=["pyxpcconnection"]), modification
    to the relevant line in setup.py, but that was also in vein.

Being out of options I am looking forward to your suggestions.
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant