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

This Windows version (6.3.9600) does not support the required Bluetooth API. Consider updating to a more recent WIndows (10.0.10586 or above) #549

Closed
appelpaiter opened this issue Apr 11, 2019 · 2 comments

Comments

@appelpaiter
Copy link

Expected Behavior

Regular startup, no problems.
No errors till version DEXbot-gui-win-64-0.9.5

Actual Behavior

See title of issue and added screenshot.

Steps to Reproduce the Problem

error

1.Started the bot couple of times, also version 0.10.0. No positive results.
2.
3.

Specifications

Hi guys. I know the error asks me to update my windows. Unfortunately it's not possible on this machine. Please support :) Thanks in advance.

  • Version:DEXbot-gui-win-64-0.9.5
  • OS:
    error
@dominic22
Copy link

dominic22 commented Apr 11, 2019

The version of pyqt5 was updated in #414

It seems this is the cause of the problem as you can see here:
winpython/winpython#592

PyQt5.Qt imports a lot of modules including bluetooth which seems to has issues on Win8.1.

I think the issue can be solved according to the suggestion of altendky:
winpython/winpython#592 (comment)
Also see here:
spyder-ide/qtpy#166

So it looks like the imports have to be edited to support versions below Windows 10.

@joelvai
Copy link
Collaborator

joelvai commented Apr 23, 2019

Fix for this issue is merged on devel branch and is going to be included in the next release.

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