mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-04 01:17:59 +02:00
Enforce Python 3.12
This commit is contained in:
+11
@@ -43,6 +43,17 @@ module.exports = async kernel =>
|
||||
message: 'conda install conda=25.5.1 --yes'
|
||||
}
|
||||
},
|
||||
{
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: 'conda install python=3.12 --yes',
|
||||
conda:
|
||||
{
|
||||
path: path.resolve(__dirname, '.env')
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
method: 'shell.run',
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user