Multipe versions of python on NAS

I can’t get plugins to work. I have stash in docker container on synology NAS.

I think it’s because I don’t have the right version of python. When I run compgen -c python it shows i have the below installed

python2
python2.7
python3.14
python3.11
python
python3.8
python3
python
python3.8
python3
python2
python2.7
python3.14
python3.11

how do i get the right version pointed to stash? Is it a matter of updating my Python executable path setting in stash? if so, how do i find that?

Stash in docker uses the python inside the docker container, not on your system. It’s already installed. So this is an issue with the plugin, really. What is the error?
Also, note, some plugins require additional plugins to run. Make sure you have the requirements.

1 Like

What this bro said, use the terminal in Docker and update/download those Requirements

Use Chat AI if you want quicker answer.