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

get_bs_position.py errors out in Python 3.7 #444

Closed
mkohler99 opened this issue Jul 14, 2019 · 0 comments
Closed

get_bs_position.py errors out in Python 3.7 #444

mkohler99 opened this issue Jul 14, 2019 · 0 comments
Milestone

Comments

@mkohler99
Copy link

Trying to calculate position of lighthouse base stations on 2 different machines, one with Python 3.6.4 and one with 3.7.4. On the machine with 3.7.4 the script errors out and claims it cannot decode the string in line 52. Works fine on 3.6.4.

Seems like its maybe related to this?

https://vstinner.github.io/python37-new-utf8-mode.html

Removing the .decode() call seems to make it work fine.

@krichardsson krichardsson added this to the next-release milestone Sep 24, 2019
cafeciaojoe pushed a commit to cafeciaojoe/crazyflie-firmware that referenced this issue Sep 27, 2024
When the user press the scan button and we get a Permissions Denied
error from the USB core then we know that the Crazyradio dongle is
present, but we cannot access it.

We will warn, once, about this with a message box that gives a link
to instructions on how to install the udev files.

Closes bitcraze#444
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