-
Hello,I want to install crazyswarm in Ubuntu 20.04 with python 3.8.10. All the steps I followed are same as the part:Physical Robots and Simulation except gcc-arm-embedded in step 3.Because in Ubuntu 20.04 I can't use gcc-arm-embedded, so I followed methods in this page:https://askubuntu.com/questions/1243252/how-to-install-arm-none-eabi-gdb-on-ubuntu-20-04-lts-focal-fossa now the arm-none-eabi version is: (GNU Arm Embedded Toolchain 10.3-2021.07) 10.3.1 20210621 (release),and the other install steps are finished.But when I verify the installation by running the unit tests, the error occurs: E FileNotFoundError: [Errno 2] No such file or directory: 'python' ============================= test session starts ============================== test_collisionAvoidance.py ............ [ 40%] =================================== FAILURES =================================== tmp_path = PosixPath('/tmp/pytest-of-lw/pytest-0/test_videoOutput0')
test_videoOutput.py:64: /usr/lib/python3.8/subprocess.py:340: in call self = <subprocess.Popen object at 0x7fe77466e9a0>
E FileNotFoundError: [Errno 2] No such file or directory: 'python' /usr/lib/python3.8/subprocess.py:1704: FileNotFoundError I don't know how to fix it now.All times I tryed, this error occured. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you can ignore this failure. I believe the test should be running |
Beta Was this translation helpful? Give feedback.
you can ignore this failure. I believe the test should be running
$CSW_PYTHON
in a shell subprocess instead of justpython
.