Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
NanoVNA-Saver installation macos.
#nanovna-saver
#macos
#problem
David A
I have been chasing my tail for a couple of days now, so much so, confusion reigns.
I have downloaded the nanoVNA saver to my mac to a seperate folder called nanovna.folder . I open the zip file and it creates a folder named the same as the zip and in the folder get a list of files that, because I am not a rocket scientist, cannot do anything with. (appears to be full of installation files with an underscore preceding the filenames) I guessed I had to open terminal and run 'chmod +x nanovna-saver' it said no such folder. after many hours of not even getting past this stage, I have deleted the lot and hopefully someone can provide step by step instructions (without missing points that may seem trivial) I am using Catalina V10.15.6 |
1. In 'Terminal' open a new window. shell->new window->basic
Ignore the 'update your account to use zsh' or you will regret it. 2. Download the latest release from This is on the right of the main page under Releases. It looks like: NanoVNASaver.macos-latest.zip 3. Drag the zip to your desktop. 4. Select between the semicolans here: 'shasum -a256 ' copy and paste or drag n drop with the mouse to the terminal window. Don't miss the space after the 6 5. Drag n drop the NanoVNASaver.macos-latest.zip icon into the terminal window, click in the terminal window and hit return. 6. Note the long number and be sure some of it matches the SHA256sums on the download page. 7. Double click the zip to open. 8. Back in terminal type 'cd ' without the semi's but with a space to change to directory 9. Drag the unzipped folder you created to the terminal, it should fill in the name, then hit return. Check that you are in the correct directory by 'pwd' (print working directory) or 'ls' to get a list of the files in the current directory. 10. Now you can copy 'chmod +x nanovna-saver' and hit return in the terminal. 11. And 'xattr -rd com.apple.quarantine' and hit return. 12. Now either type ./nanovna-saver or ./na followed by tab key to have it auto filled and hit return or back in the folder on the desktop double click nanovna-saver like a normal mac app. |
Mike,
toggle quoted message
Show quoted text
Thanks for very easy to understand instructions. I have the Saver installed on my shack computer (Linux), and want to put it on my Mac Book to take into the field. 73 de KEoZUW - John On Aug 1, 2020, at 6:27 PM, Mike Runyan via groups.io <therunya ns@...> wrote: |
On 8/1/20 6:21 PM, John Nicholas wrote:
Mike,I followed the instructions at github for the Macports version and it worked with no problems on Mojave. de KEoZUW - JohnOn Aug 1, 2020, at 6:27 PM, Mike Runyan via groups.io <therunyans@...> wrote: |
Mike,
toggle quoted message
Show quoted text
I may get the opportunity to get it going this afternoon or evening. Life intervenes in the best laid plans ¡. JN On Aug 2, 2020, at 10:45 AM, Mike Runyan via groups.io <therunyans@...> wrote: |
Andrew Kurtz
I am having the same frustration as David. I got nanoVNAsaver.macos.zip.webloc on my MAC (running Mojave) from Github and can do nothing else. In Terminal, nothing suggested returns anything other than "command not found." I am old enough that any help such as "just use python" or "go DL nanoVNAsaver.py" mean nothing to me... Thanks1
|
On 8/23/21 8:49 AM, Andrew Kurtz via groups.io wrote:
I am having the same frustration as David. I got nanoVNAsaver.macos.zip.webloc on my MAC (running Mojave) from Github and can do nothing else. In Terminal, nothing suggested returns anything other than "command not found." I am old enough that any help such as "just use python" or "go DL nanoVNAsaver.py" mean nothing to me... Thanks1I feel your pain - the nanovna-saver.py needs a bunch of libraries, which may or may not have been installed, and in a place where they can be found. I'd start with checking if you have Python3... sample, in a terminal window: jimlux$ python3 Python 3.8.6 | packaged by conda-forge | (default, Oct? 7 2020, 18:42:56) [Clang 10.0.1 ] on darwin Type "help", "copyright", "credits" or "license" for more information. jimlux$quit() quit() is how you exit from the python interpreter. If that works - find the directory where you put nanovna-saver. In a terminal window, change to that directory, then enter the command ???? python3 nanovna-saver.py And see what happens.. If you get error messages, post them here. |
to navigate to use esc to dismiss