In addition to the packages mentioned below, it is also necessary to install opt-python38-setuptools from the OpenSuSE site. Then pip can do its magic.
Gary AG7TH
toggle quoted message
Show quoted text
On 8/3/20 08:32, Gary Hale wrote:
I installed the python version on my OpenSuSE Leap 15.2 box yesterday.
I discovered that I can install opt-python38 and opt-python38-pip from a community repository here:
Which installs Pyhton 3.8 into /opt. Then as root I executed the following:
export PYTHONHOME=/opt/python
cd /opt/python/bin
./python3.8 -m pip install <nanovnasaver download directory>
and pip figured out which other packages were needed and downloaded and installed them and NanoVNASaver into /opt/python.
Then I added /opt/python/bin to the PATH in /etc/profile and now as a regular user I can type NanoVNASaver into a console to start it.
Gary AG7TH