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

[BUG] Missing "pluggy" package for import #357

Closed
pdmack opened this issue Sep 15, 2022 · 0 comments · Fixed by #358
Closed

[BUG] Missing "pluggy" package for import #357

pdmack opened this issue Sep 15, 2022 · 0 comments · Fixed by #358
Assignees
Labels
breaking Breaking change bug Something isn't working Needs Triage Need team to review and classify

Comments

@pdmack
Copy link
Contributor

pdmack commented 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.

@pdmack pdmack added bug Something isn't working breaking Breaking change Needs Triage Need team to review and classify Priority 0 labels Sep 15, 2022
@pdmack pdmack moved this to Todo in Morpheus Boards Sep 15, 2022
@pdmack pdmack changed the title [BUG] Missing "pluggy" import [BUG] Missing "pluggy" package for import Sep 15, 2022
@ghost ghost closed this as completed in #358 Sep 15, 2022
Repository owner moved this from Todo to Done in Morpheus Boards Sep 15, 2022
mdemoret-nv pushed a commit that referenced this issue Sep 15, 2022
Fixes #357
Conda pulls it in by default via pytest but need to explicitly add for docker in requirements

Authors:
  - Pete MacKinnon (https://github.com/pdmack)
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #358
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change bug Something isn't working Needs Triage Need team to review and classify
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants