Need help with plugins!

I’m new here and almost all my plugins keep saying ‘ModuleNotFoundError: No module named ‘stashapi’’.

What am I doing wrong?

The plugin needs additional Python module to work. Assuming you already have Python setup on your machine, you can run the following in your command line interface:

pip install stashapi
1 Like

I’ve run that but still get that error. Do i need to point any environmental variables?

Stash will detect Python set in PATH, but if you have multiple versions or if it’s not resolving correctly you can specify it in Stash.

When running this i get the following error:

‘pip’ is not recognized as an internal or external command,
operable program or batch file.

Try this instead.

python -m pip install stashapi
1 Like