0

When trying to install the package python3-netcdf4, I get the error

E:  Unable to locate package python3-netcdf4

I have tried to update, but the package is not found.
Where do I find it?

apt-cache policy python3-netcdf4 
   python3-netcdf4: 
      Installed: (none) 
      Candidate: 1.3.1-1 
      Version table: 
        1.3.1-1 500 500 us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
N0rbert
  • 99,918

1 Answers1

0

Change directories to your desktop, download python3-netcdf4, and install it. Open the terminal and type:

cd ~/Desktop/
apt download python3-netcdf4  
sudo apt-get install ./python3-netcdf4_1.3.1-1_amd64.deb
karel
  • 114,770