Skip to content
New issue

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

macOS: PyBluez installation #1

Open
rmoriz opened this issue Mar 8, 2019 · 4 comments
Open

macOS: PyBluez installation #1

rmoriz opened this issue Mar 8, 2019 · 4 comments

Comments

@rmoriz
Copy link

rmoriz commented Mar 8, 2019

Hi,

thanks a lot for this great project!

I was able to install pybluez on 10.14.3 by manually applying a yet unmerged PR:

git clone https://github.com/pybluez/pybluez 
cd pybluez
curl https://patch-diff.githubusercontent.com/raw/pybluez/pybluez/pull/223.patch | patch -p1
python3 setup.py install 

image
image

@rfinnie
Copy link
Owner

rfinnie commented Mar 10, 2019

Thanks! I'll update the README to mark that as verified.

Did you also happen to try RFCOMM via /dev/cu* or /dev/tty*? I've only got one Mac to try on, but in my tests, data from the computer to the UM/DPS will arrive at the device, but data from the device to the computer is never received.

@dancingmadkefka
Copy link

I tried to install this too but I am having trouble with pybluez too. Not sure if it's just me though.

I get the following affter trying to connect:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/bin/rdserialtool", line 11, in
load_entry_point('rdserialtool==0.2', 'console_scripts', 'rdserialtool')()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/rdserialtool-0.2-py3.7.egg/rdserial/tool.py", line 163, in main
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/rdserialtool-0.2-py3.7.egg/rdserial/tool.py", line 145, in main
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/rdserialtool-0.2-py3.7.egg/rdserial/device/init.py", line 82, in init
NotImplementedError: pybluez not available

@rmoriz
Copy link
Author

rmoriz commented Aug 23, 2019

@dancingmadkefka did you install pybluez?

@dancingmadkefka
Copy link

dancingmadkefka commented Aug 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants