python:install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
python:install [2022/06/22 09:35] – luke | python:install [2022/06/22 09:50] (current) – luke | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installation Environnement Python ====== | ====== Installation Environnement Python ====== | ||
+ | *AU PREALABLE* assurez vous d' | ||
+ | |||
+ | Sinon suivre l' | ||
+ | |||
+ | Vérification des paquets manquants : | ||
+ | |||
+ | ‘apt-get install’ et ‘fix-missing’ assure que les packages sont à jour et corrige les packages défectueux avant l’installation. | ||
+ | <code bash> | ||
+ | sudo apt-get install --fix-missing build-essential git cmake g++ libboost-system-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-filesystem-dev libboost-date-time-dev libboost-serialization-dev libboost-thread-dev libhdf5-dev python3-h5py gdal-bin libgdal-dev libtbb-dev libtinyxml-dev | ||
+ | </ | ||
Installation des prérequis ' | Installation des prérequis ' | ||
Line 7: | Line 17: | ||
<code bash> | <code bash> | ||
sudo apt install python3-pip | sudo apt install python3-pip | ||
+ | </ | ||
+ | |||
+ | Pip permet d' | ||
+ | <code bash> | ||
+ | pip install h5py | ||
+ | </ | ||
+ | |||
+ | Installation HDF5 pour python : | ||
+ | |||
+ | HDF5 permet de stocker d' | ||
+ | |||
+ | <code bash> | ||
+ | apt-get install python3-h5py | ||
+ | apt-get install hdf5-tools | ||
</ | </ | ||
python/install.1655890525.txt.gz · Last modified: 2022/06/22 09:35 by luke