FAQ#
Do you have a question/doubt? Here are the ones that we know how to answer! If you stil have any question, please talk to us.
Q: I tried to run samna and it fails with a segmentation fault (core dumped) message.
A: This is likely a USB permissions issue. Try running Python with sudo. If that works you can change the USB permissions for your user to make it work without sudo. See the install section.
Q: I can’t run :code:`samnagui` after installing samna using pip.
A: samnagui
is a script that pip will install where it has been configured to install scripts provided
by packages. On Linux this is usually in either ~/.local/bin
or in /usr/bin
. ~/.local/bin
will often not be present in your PATH
and you will have to add it.
# export PATH=$PATH:/path/to/your/home/.local/bin