1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-27 16:16:48 +03:00

refactor: remove setuptools and wheel force install for macOS ARM64 arch

This commit is contained in:
louistiti 2022-10-15 21:38:22 +08:00
parent 6e2790b738
commit 6ea6c84b3d
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -151,17 +151,6 @@ SPACY_MODELS.set('fr', {
) {
LogHelper.info('macOS ARM64 detected')
LogHelper.info(
'Forcing setuptools and wheel Python packages to be installed as latest version...'
)
await command(`pipenv run pip install --upgrade setuptools wheel`, {
shell: true,
stdio: 'inherit'
})
LogHelper.success(
'setuptools and wheel Python packages installed as latest version'
)
LogHelper.info(
'Installing Rust installer as it is needed for the "tokenizers" package for macOS ARM64 architecture...'
)