Answers for "Before installing tensorflow and Keras, install some of the libraries that are needed."

0

Before installing tensorflow and Keras, install some of the libraries that are needed.

sudo apt-get install python3-numpy
sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev
sudo apt-get install python3-dev 
sudo apt-get install libatlas-base-dev
sudo apt-get install gfortran
sudo apt-get install python3-setuptools
sudo apt-get install python3-scipy
sudo apt-get update
sudo apt-get install python3-h5py
Posted by: Guest on April-29-2021

Code answers related to "Before installing tensorflow and Keras, install some of the libraries that are needed."

Browse Popular Code Answers by Language