Closed
Description
openedon Sep 15, 2022
Describe the bug
Missing pluggy package for new CLI custom stage plugin feature (#312)
morpheus
Traceback (most recent call last):
File "/opt/conda/envs/morpheus/bin/morpheus", line 7, in <module>
from morpheus.cli import run_cli
File "/opt/conda/envs/morpheus/lib/python3.8/site-packages/morpheus/cli/__init__.py", line 16, in <module>
import pluggy
ModuleNotFoundError: No module named 'pluggy'
Steps/Code to reproduce bug
Docker build from tip of branch-22.09 and run the client in the container with no args
Expected behavior
CLI runs as normal emitting help.
Environment overview (please complete the following information)
- Environment location: [Bare-metal, Docker]
- Method of Morpheus install: [Docker/k8s]
Environment details
acec47d (HEAD -> branch-22.09, origin/branch-22.09) Digital Fingerprinting 2.0 Pipelines (#315)
Additional context
Add any other context about the problem here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Type
Projects
Status
Done