nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
346 stars 128 forks source link

[BUG]: `pytest` on Morpheus build missing dependencies #1745

Open yczhang-nv opened 3 months ago

yczhang-nv commented 3 months ago

Version

24.06

Which installation method(s) does this occur on?

Conda

Describe the bug.

When building Morpheus within conda env created by conda env create --solver=libmamba -n morpheus --file conda/environments/dev_cuda-121_arch-x86_64.yaml, several modules are missing when running pytest.

Minimum reproducible example

`pytest`

Relevant log output

Click here to see error details

 [Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

 [Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct