bleep icon indicating copy to clipboard operation
bleep copied to clipboard

MacOS install failed

Open ucoluk opened this issue 8 years ago • 0 comments

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

ucoluk avatar Feb 11 '17 17:02 ucoluk