Replies: 2 comments
-
|
cd ~/Storage/NanoVNA/ python3 -m venv nanovna-env 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 . python3 -m src.NanoVNASaver |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks, almost works...
Now I get, This application failed to start because no Qt platform plugin could be initialized.
I've Updated qt5 tools with pip install --upgrade pyqt5_tools
Still get the error. Running Debian 12.
Was this all documented somewhere on the git? I read through the readme and other files looking for install instructions. Didn't find anything like what you originally sent.
Kevin
On Tuesday, April 8, 2025 at 03:14:17 AM MST, kasparsa ***@***.***> wrote:
cd ~/Storage/NanoVNA/
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 .
python3 -m src.NanoVNASaver
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
It's march, 2025 and I came here to get nanovna-saver. In the releases I only see a raspi and windows binary, and a source archive. I'm running debian. So I downloaded the source. ran make deb and it errors with no setup.py. There's also no nanovna-saver in the archive. The build instructions refer to running it directly, so I followed the steps, installing dependancies went fine, git clone went fine, but again, no nanovna-saver in the cloned git.
Beta Was this translation helpful? Give feedback.
All reactions