Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker stash missing modules for community scripts #4623

Closed
disconnect5852 opened this issue Feb 26, 2024 · 1 comment
Closed

Docker stash missing modules for community scripts #4623

disconnect5852 opened this issue Feb 26, 2024 · 1 comment
Labels
bug report Bug reports that are not yet verified

Comments

@disconnect5852
Copy link

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:

  1. run stash as docker container, official stash docker image
  2. install a communityscript, from "Plugins" tab, using source https://stashapp.github.io/CommunityScripts/stable/index.yml
  3. try to run for example: "Dupe Marker Detector", "Tag Graph",
  4. 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.

@disconnect5852 disconnect5852 added the bug report Bug reports that are not yet verified label Feb 26, 2024
@Maista6969
Copy link
Sponsor Contributor

Maista6969 commented Feb 26, 2024

Duplicate of #4475 and #4300, addressed by #4488

More thoroughly addressed by the full Dockerfile overhaul that feederbox826 is working on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug reports that are not yet verified
Projects
Status: Done
Development

No branches or pull requests

2 participants