nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
346 stars 128 forks source link

[BUG]: `RabbitMQ` examples in `develop_guide` do not generate output files to `$MORPHEUS_ROOT` #1754

Closed yczhang-nv closed 3 months ago

yczhang-nv commented 3 months ago

Version

24.06

Which installation method(s) does this occur on?

Conda

Describe the bug.

Examples in examples/developer_guide/2_2_rabbitmq and 4_rabbitmq_cpp_stage do not generate output files to $MORPHEUS_ROOTwhen following the README guidance.

Minimum reproducible example

(spin up RabbitMQ)
`python examples/developer_guide/4_rabbitmq_cpp_stage/src/read_simple.py`
`python examples/developer_guide/4_rabbitmq_cpp_stage/src/write_simple.py`

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