You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am on Sierra 10.12.3
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
The text was updated successfully, but these errors were encountered: