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
Hi. I try to run ramp.py on Windows 10 with Python 3.10.6 64bit installed. The rotors ramp up, but when the process finishes, I get the following error:
PS E:\crazyflie\tests> python .\ramp.py
Connecting to radio://0/10/2M/E7E7E7E7E7
Disconnected from radio://0/10/2M/E7E7E7E7E7
Fatal Python error: _enter_buffered_busy: could not acquire lock for <_io.BufferedWriter name='<stdout>'> at interpreter shutdown, possibly due to daemon threads
Python runtime state: finalizing (tstate=0x0000028f52c7bad0)
Current thread 0x00002568 (most recent call first):
<no Python frame>
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
But on the first look there doesn't seem there is anything wrong with it? There is probably some bad thread handling going on here but we will need to investigate.
Hi. I try to run ramp.py on Windows 10 with Python 3.10.6 64bit installed. The rotors ramp up, but when the process finishes, I get the following error:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: