Skip to content

MacOS install failed #10

@ucoluk

Description

@ucoluk

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

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