You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyinstaller -F NanoVNASaver.py - build a file but not working
$ ./NanoVNASaver
Traceback (most recent call last):
File "NanoVNASaver.py", line 24, in
ModuleNotFoundError: No module named 'PySide6'
[PYI-270573:ERROR] Failed to execute script 'NanoVNASaver' due to unhandled exception!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
tryed to build it on Linux Mint 22.2
python3 -m venv nanovna-env
cd nanovna-env/
source bin/activate
pip install PySide6 scipy pyserial
git clone https://github.com/NanoVNA-Saver/nanovna-saver.git
cd nanovna-saver
python3 src/tools/ui_compile.py
pip install .
but how to build with pyInstaller a binary file ?
cd nanovna-env/nanovna-saver/src/NanoVNASaver
pyinstaller -F NanoVNASaver.py - build a file but not working
$ ./NanoVNASaver
Traceback (most recent call last):
File "NanoVNASaver.py", line 24, in
ModuleNotFoundError: No module named 'PySide6'
[PYI-270573:ERROR] Failed to execute script 'NanoVNASaver' due to unhandled exception!
How to fix this ?
Beta Was this translation helpful? Give feedback.
All reactions