mozilla/DeepSpeech

Cross-compilation should document Python host version

Open

#3 635 ouverte le 21 avr. 2021

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)C++ (4 093 forks)batch import
documentationgood first bughelp wanted

Métriques du dépôt

Stars
 (26 755 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur