Open knmcguire opened 8 months ago
Hello. I am trying to solve this issue myself and I have a quick question. What is PYTHONPATH in this case?
not sure! but you can read it out by echo $PYTHONPATH
😄 its a collection of multiple paths in which python searches for any scripts. (this only works in ubuntu)
If I install the python bindings via these instructions and run python tests with
python3 -m pytest test_python/
I get the following error:I'll need to put the python bindings in PYTHONPATH in order to make it work:
export PYTHONPATH=<PATH_TO_>/crazyflie-firmware/build:$PYTHONPATH