mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Mozilla Public License 2.0
25.16k stars 3.95k forks source link

Cross-compilation should document Python host version #3635

Open lissyx opened 3 years ago

lissyx commented 3 years ago

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.

abhi12ravi commented 3 years ago

Hi @lissyx I'd like to pick this up. Can you let me know how to get started?

Janeenm commented 3 years ago

3665

ansu-gold commented 2 years ago

Is this fixed or still needs fixing?

Swarnlataaa commented 1 year ago

Can I take this up? Please guide me further.

zzadxz commented 7 hours ago

hey can I take this up please?