mozilla/DeepSpeech

Cross-compilation should document Python host version

Open

#3635 aperta il 21 apr 2021

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)C++ (4093 fork)batch import
documentationgood first bughelp wanted

Metriche repository

Star
 (26.755 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

When cross-compiling python binding, we rely on a multistrap generated chroot to build but we still need python on the host as well. Documentation should emphasize that in chroot and host version needs to match (up to major version), e.g., you need 3.7.x for building for a chroot 3.7.y, you can't have chroot using 3.7.y and host being 3.8.z.

Guida contributor