We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi! i have this errror Traceback (most recent call last): File "btle.py", line 675, in raise ImportError("Cannot find required executable '%s'" % helperExe) ImportError: Cannot find required executable '/home/pi/bt/bluepy/bluepy/bluepy-helper'
when try to connect to a iFever device with rpi2
The text was updated successfully, but these errors were encountered:
This answer is late, but for reference. This might be related to #158. You could try to call make within /home/pi/bt/bluepy/bluepy/
make
/home/pi/bt/bluepy/bluepy/
Sorry, something went wrong.
There's lots of discussion about installation issues in #158, and #223 is closely related.
I believe these are both now fixed, but who can tell?
No branches or pull requests
hi! i have this errror
Traceback (most recent call last):
File "btle.py", line 675, in
raise ImportError("Cannot find required executable '%s'" % helperExe)
ImportError: Cannot find required executable '/home/pi/bt/bluepy/bluepy/bluepy-helper'
when try to connect to a iFever device with rpi2
The text was updated successfully, but these errors were encountered: