You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
after installing community scripts nearly all error with ModuleNotFoundError: No module named 'stashapi' and ModuleNotFoundError: No module named 'pyvis' etc...
To Reproduce
Steps to reproduce the behavior:
run stash as docker container, official stash docker image
try to run for example: "Dupe Marker Detector", "Tag Graph",
look for errors in log
Expected behavior
no missing module errors
Stash Version: (from Settings -> About):
Desktop (please complete the following information):
OS: Ubuntu server X64
Browser firefox, brave
Version v0.24.3
Additional context
i know python is always a mess with dependencies, but i think these python modules would be nice to be pre installed in the official stash docker image, as probably we can install it manually with pip, but is should be done with every upgrade, which is not so nice.
The text was updated successfully, but these errors were encountered:
Describe the bug
after installing community scripts nearly all error with
ModuleNotFoundError: No module named 'stashapi'
andModuleNotFoundError: No module named 'pyvis'
etc...To Reproduce
Steps to reproduce the behavior:
Expected behavior
no missing module errors
Stash Version: (from Settings -> About):
Desktop (please complete the following information):
Additional context
i know python is always a mess with dependencies, but i think these python modules would be nice to be pre installed in the official stash docker image, as probably we can install it manually with pip, but is should be done with every upgrade, which is not so nice.
The text was updated successfully, but these errors were encountered: