mirror of
https://github.com/deepfakes/faceswap
synced 2025-06-06 17:45:56 -04:00
Bugfix: Linux installer - pin git to < 2.45
This commit is contained in:
parent
6fe300e601
commit
cbaad146d5
1 changed files with 3 additions and 1 deletions
|
@ -380,7 +380,9 @@ activate_env() {
|
|||
install_git() {
|
||||
# Install git inside conda environment
|
||||
info "Installing Git..."
|
||||
yellow ; conda install git -q -y
|
||||
# TODO On linux version 2.45.2 makes the font fixed TK pull in Python from
|
||||
# graalpy, which breaks pretty much everything
|
||||
yellow ; conda install "git<2.45" -q -y
|
||||
}
|
||||
|
||||
delete_faceswap() {
|
||||
|
|
Loading…
Add table
Reference in a new issue