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

Issue with python version 3.6 #33

Open
chonenome opened this issue May 17, 2024 · 1 comment
Open

Issue with python version 3.6 #33

chonenome opened this issue May 17, 2024 · 1 comment

Comments

@chonenome
Copy link

I I want to use GDX-RB in a python 3.6 environment. However, when installing godirect using pip, an error occurs during the installation of bleak-winrt. There is no problem with installation in Python 3.7 or 3.8 environments, but the problem occurs only in 3.6. Is there a way to use it in a python 3.6 environment?

@sswartley
Copy link
Contributor

Hello,

The godirect library has two dependent libraries that get installed. These are bleak and hidapi. The bleak library is used for bluetooth communication, and hidapi for usb. It appears that bleak dropped support for python 3.6 with version 0.13.0. You could install godirect without the bleak dependency, and then install a version of bleak that does work with python 3.6 (that appears to be bleak 0.12.1).

All the best,

Sam

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

2 participants