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:
parent
6e2790b738
commit
6ea6c84b3d
@ -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...'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user