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
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)
Describe the bug
Missing pluggy package for new CLI custom stage plugin feature (#312)
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 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.
The text was updated successfully, but these errors were encountered: