Difference between revisions of "Pip3 install keras"
Jump to navigation
Jump to search
(Created page with "<pre> pip3 install keras Collecting keras Downloading Keras-2.4.3-py2.py3-none-any.whl (36 kB) Collecting h5py Downloading h5py-3.3.0-cp39-cp39-macosx_10_9_x86_64.whl (3.0...") |
|||
Line 1: | Line 1: | ||
− | + | ||
− | pip3 install keras | + | pip3 install keras |
− | Collecting keras | + | Collecting keras |
− | + | Downloading Keras-2.4.3-py2.py3-none-any.whl (36 kB) | |
− | Collecting h5py | + | Collecting h5py |
− | + | Downloading h5py-3.3.0-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB) | |
− | + | |████████████████████████████████| 3.0 MB 2.7 MB/s | |
− | Collecting scipy>=0.14 | + | Collecting scipy>=0.14 |
− | + | Downloading scipy-1.7.0-cp39-cp39-macosx_10_9_x86_64.whl (32.1 MB) | |
− | + | |████████████████████████████████| 32.1 MB 9.1 MB/s | |
− | Collecting numpy>=1.9.1 | + | Collecting numpy>=1.9.1 |
− | + | Downloading numpy-1.21.0-cp39-cp39-macosx_10_9_x86_64.whl (16.9 MB) | |
− | + | |████████████████████████████████| 16.9 MB 979 kB/s | |
− | Collecting pyyaml | + | Collecting pyyaml |
− | + | Downloading PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl (259 kB) | |
− | + | |████████████████████████████████| 259 kB 11.5 MB/s | |
− | Installing collected packages: numpy, scipy, pyyaml, h5py, keras | + | Installing collected packages: [[numpy]], [[scipy]], [[pyyaml]], [[h5py]], [[keras]] |
− | Successfully installed h5py-3.3.0 keras-2.4.3 numpy-1.21.0 pyyaml-5.4.1 scipy-1.7.0 | + | Successfully installed h5py-3.3.0 keras-2.4.3 numpy-1.21.0 pyyaml-5.4.1 scipy-1.7.0 |
− | |||
== See also == | == See also == |
Revision as of 15:27, 14 July 2021
pip3 install keras Collecting keras Downloading Keras-2.4.3-py2.py3-none-any.whl (36 kB) Collecting h5py Downloading h5py-3.3.0-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB) |████████████████████████████████| 3.0 MB 2.7 MB/s Collecting scipy>=0.14 Downloading scipy-1.7.0-cp39-cp39-macosx_10_9_x86_64.whl (32.1 MB) |████████████████████████████████| 32.1 MB 9.1 MB/s Collecting numpy>=1.9.1 Downloading numpy-1.21.0-cp39-cp39-macosx_10_9_x86_64.whl (16.9 MB) |████████████████████████████████| 16.9 MB 979 kB/s Collecting pyyaml Downloading PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl (259 kB) |████████████████████████████████| 259 kB 11.5 MB/s Installing collected packages: numpy, scipy, pyyaml, h5py, keras Successfully installed h5py-3.3.0 keras-2.4.3 numpy-1.21.0 pyyaml-5.4.1 scipy-1.7.0
See also
- PIP: [
pipx, pip, pip3
|install | install --upgrade
|list
|show
|uninstall
|search
|install cryptography | --version
|help
, PIP changelog,pipdeptree
,install -r requirements.txt
]
Advertising: