On 1/29/23 4:19 AM, Fkawee wrote:
I once had the nanovna-saver executable working in ver 18 something. I let ubuntu upgrade to ver 20.04. since then the Nanaovna-saver exe does not work. I am trying to reload nanovna-saver following the instructions from this link
When I run the first command i get this error.
"fkawee@fkawee-Satellite-C650:~$ sudo apt install python3.8 python3-pip [sudo] password for fkawee: Reading package lists... Done Building dependency tree... Done Reading state information... Done Package python3.8 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'python3.8' has no installation candidate"
I tried following the instruction to install a "python virtual environment" with the same results.
I am searching for a fix but can't seem to find any. Any tips would help.
Thanks all
Did you apt update (and/or) apt upgrade - the former updates the local list of packages and where to get them; the latter actually brings in the new packages to your system. You might not want the latter, and would rather upgrade selectively.
apt uses a local directory of packages and maybe it doesn't have python3.8 in it.
So I'd do a "sudo apt update" then do the python install.