yukon icon indicating copy to clipboard operation
yukon copied to clipboard

[Cyphal/UDP] Enable packet capture in GNU/Linux redistributable packages

Open silverv opened this issue 3 years ago • 1 comments

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.

silverv avatar Sep 19 '22 15:09 silverv

There seems to be a fix for it: https://github.com/pyinstaller/pyinstaller/discussions/7223

silverv avatar Nov 16 '22 14:11 silverv