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
I'm running this in a conda environment and getting this problem:
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /home/andi/anaconda3/envs/py37/var/run/dbus/system_bus_socket: No such file or directory
Obviously it shouldn't be looking for the dbus socket in that path right?
The text was updated successfully, but these errors were encountered:
I've issued something like ln -s /var/run/dbus/system_bus_socket /home/andi/anaconda3/envs/py37/var/run/dbus/system_bus_socket to fix this. I know, this is strange, and I think this is a problem of dbus-python package of conda, not the gatt-python one...
Hi @voland62
Nice work! Your solution work for me
But why? I check systemctl status dbus.service and everything was fine.
Could you explain why create a soft link will solve the problem.
I'm running this in a conda environment and getting this problem:
Obviously it shouldn't be looking for the dbus socket in that path right?
The text was updated successfully, but these errors were encountered: