yukon
yukon copied to clipboard
[Cyphal/UDP] Enable packet capture in GNU/Linux redistributable packages
sudo setcap cap_net_raw+eip "$(readlink -f /home/silver/yukon/venv/bin/python)" when run on Yukon exe causes the executable to crash every next time it is running due to some libgblas issue (virtualmachine development Linux). Currently this is the last remaining blocker towards Cyphal/UDP support.
There seems to be a fix for it: https://github.com/pyinstaller/pyinstaller/discussions/7223