Deepspeech: Windows Python bindings

Created on 9 Mar 2019  路  7Comments  路  Source: mozilla/DeepSpeech

After #1793

foundations

Most helpful comment

All 7 comments

Looks like Python installer on Windows is a pain: requires admin privileges without reason, unable to be quiet.

Looks like Python installer on Windows is a pain: requires admin privileges without reason, unable to be quiet.

Ok, it does not, but 2012R2 on TC blocks pyenv-win from installing the official python packages, that are only bundled as an installer, no zip ... And allowing this install is supposed to just be flipping the value of DisableMSI in the registry, but right now setting that value seems to have broken the windows instances badly

Looks like Python installer on Windows is a pain: requires admin privileges without reason, unable to be quiet.

Ok, it does not, but 2012R2 on TC blocks pyenv-win from installing the official python packages, that are only bundled as an installer, no zip ... And allowing this install is supposed to just be flipping the value of DisableMSI in the registry, but right now setting that value seems to have broken the windows instances badly

Ok, now we have build setup mostly okay, but we won't be able to get packages for Python < 3.5, because that depends on MSVC++ 9.0/10.0 and it's going to be way too much work to take care of that. So it's only going to be Python 3.5, 3.6 and 3.7 for amd64 arch.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings