Mentions légales du service

Skip to content

Fix debian_sid_source build

DRISS Brahim requested to merge bdriss/gym_dssat_pdi:build_fix into stable

PEP 668 now prevents installing packages to the internal python to avoid mixing pip and apt installations. A solution to this problem is to create the virtual env as recommended here before installing gym_dssat from pip, this can lead to more changes in the dockerfile and can create other bugs later. A quick fix is to enable externally manageded environments by adding --break-system-packages when installing.

Merge request reports