virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
735 stars 61 forks source link

Add ability to manually specify a python interpreter path #93

Closed you-win closed 2 years ago

you-win commented 2 years ago

As seen in #92 and on Discord, some Linux distros use python 3.10 as the default system python. This causes the automatic package installation to fail.

A Linux-only option needs to be added to specify a python path. If it is left empty, the scripts will attempt to find a valid python interpreter. If a python path is provided, the scripts should use the provided path.

Not applicable for Windows as an executable for OpenSeeFace is provided from upstream.

you-win commented 2 years ago

Fixed by #97