bleep
bleep copied to clipboard
MacOS install failed
I am on Sierra 10.12.3
- Appearently Boost has to be installed manually (which I did)
- 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