nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
347 stars 130 forks source link

[Bug] : Import error when using a specific import pattern #1708

Closed ylnhari closed 1 month ago

ylnhari commented 4 months ago

Version

23.07

Which installation method(s) does this occur on?

No response

Describe the bug.

If i try to import morpheus.loaders before morpheus.modules code results in error -> ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /home/a3046815/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/_libs/window/aggregations.cpython-310-x86_64-linux-gnu.so)

Minimum reproducible example

import morpheus.loaders
import morpheus.modules

Relevant log output

Click here to see error details

Traceback (most recent call last):
  File "/home/userxyz/aml-cyber-fraud/python/src/aml/digital_fingerprinting/test.py", line 1, in 
    import morpheus.loaders
  File "/opt/morpheus/install/morpheus_git/morpheus/loaders/__init__.py", line 18, in 
    from morpheus.loaders import file_to_df_loader
  File "/opt/morpheus/install/morpheus_git/morpheus/loaders/file_to_df_loader.py", line 26, in 
    import pandas as pd
  File "/home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/__init__.py", line 48, in 
    from pandas.core.api import (
  File "/home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/core/api.py", line 47, in 
    from pandas.core.groupby import (
  File "/home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/core/groupby/__init__.py", line 1, in 
    from pandas.core.groupby.generic import (
  File "/home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/core/groupby/generic.py", line 76, in 
    from pandas.core.frame import DataFrame
  File "/home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/core/frame.py", line 172, in 
    from pandas.core.generic import NDFrame
  File "/home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/core/generic.py", line 169, in 
    from pandas.core.window import (
  File "/home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/core/window/__init__.py", line 1, in 
    from pandas.core.window.ewm import (
  File "/home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/core/window/ewm.py", line 15, in 
    import pandas._libs.window.aggregations as window_aggregations
ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /home/userxyz/aml-cyber-fraud/python/env2/lib/python3.10/site-packages/pandas/_libs/window/aggregations.cpython-310-x86_64-linux-gnu.so)

Full env printout

Click here to see environment details

     **git***
/opt/morpheus/install/morpheus_git/external/utilities/scripts/print_env.sh: 24: [: true: unexpected operator
     Not inside a git repository

     ***OS Information***
     DGX_NAME="DGX Server"
     DGX_PRETTY_NAME="NVIDIA DGX Server"
     DGX_SWBUILD_DATE="2020-10-26-11-53-11"
     DGX_SWBUILD_VERSION="5.0.0"
     DGX_COMMIT_ID="7501dff"
     DGX_PLATFORM="DGX Server for DGX A100"
     DGX_SERIAL_NUMBER="1570121000202"

     DGX_OTA_VERSION="5.1.1"
     DGX_OTA_DATE="Thu 27 Jan 2022 10:51:49 AM CST"

     DGX_OTA_VERSION="5.3.0"
     DGX_OTA_DATE="Thu 12 May 2022 09:32:40 AM CDT"
     DISTRIB_ID=Ubuntu
     DISTRIB_RELEASE=20.04
     DISTRIB_CODENAME=focal
     DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS"
     NAME="Ubuntu"
     VERSION="20.04.4 LTS (Focal Fossa)"
     ID=ubuntu
     ID_LIKE=debian
     PRETTY_NAME="Ubuntu 20.04.4 LTS"
     VERSION_ID="20.04"
     HOME_URL="https://www.ubuntu.com/"
     SUPPORT_URL="https://help.ubuntu.com/"
     BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
     PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
     VERSION_CODENAME=focal
     UBUNTU_CODENAME=focal
     Linux pda01l21ap100 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

     ***GPU Information***
     Thu May 16 22:29:39 2024
     deleted content as github creats error -> body is too long (maximum is 65536 characters).

     ***CPU***
     Architecture:                    x86_64
     CPU op-mode(s):                  32-bit, 64-bit
     Byte Order:                      Little Endian
     Address sizes:                   43 bits physical, 48 bits virtual
     CPU(s):                          256
     On-line CPU(s) list:             0-255
     Thread(s) per core:              2
     Core(s) per socket:              64
     Socket(s):                       2
     NUMA node(s):                    8
     Vendor ID:                       AuthenticAMD
     CPU family:                      23
     Model:                           49
     Model name:                      AMD EPYC 7742 64-Core Processor
     Stepping:                        0
     Frequency boost:                 enabled
     CPU MHz:                         3283.533
     CPU max MHz:                     2250.0000
     CPU min MHz:                     1500.0000
     BogoMIPS:                        4491.78
     Virtualization:                  AMD-V
     L1d cache:                       4 MiB
     L1i cache:                       4 MiB
     L2 cache:                        64 MiB
     L3 cache:                        512 MiB
     NUMA node0 CPU(s):               0-15,128-143
     NUMA node1 CPU(s):               16-31,144-159
     NUMA node2 CPU(s):               32-47,160-175
     NUMA node3 CPU(s):               48-63,176-191
     NUMA node4 CPU(s):               64-79,192-207
     NUMA node5 CPU(s):               80-95,208-223
     NUMA node6 CPU(s):               96-111,224-239
     NUMA node7 CPU(s):               112-127,240-255
     Vulnerability Itlb multihit:     Not affected
     Vulnerability L1tf:              Not affected
     Vulnerability Mds:               Not affected
     Vulnerability Meltdown:          Not affected
     Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
     Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
     Vulnerability Spectre v2:        Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP conditional, RSB filling
     Vulnerability Srbds:             Not affected
     Vulnerability Tsx async abort:   Not affected
     Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca

     ***CMake***
     /home/userxyz/aml-cyber-fraud/python/env2/bin/cmake
     cmake version 3.24.3

     CMake suite maintained and supported by Kitware (kitware.com/cmake).

     ***g++***
     /home/userxyz/aml-cyber-fraud/python/env2/bin/g++
     g++ (conda-forge gcc 11.2.0-16) 11.2.0
     Copyright (C) 2021 Free Software Foundation, Inc.
     This is free software; see the source for copying conditions.  There is NO
     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

     ***nvcc***
     /home/userxyz/aml-cyber-fraud/python/env2/bin/nvcc
     nvcc: NVIDIA (R) Cuda compiler driver
     Copyright (c) 2005-2022 NVIDIA Corporation
     Built on Wed_Sep_21_10:33:58_PDT_2022
     Cuda compilation tools, release 11.8, V11.8.89
     Build cuda_11.8.r11.8/compiler.31833905_0

     ***Python***
     /home/userxyz/aml-cyber-fraud/python/env2/bin/python
     Python 3.10.12

     ***Environment Variables***
     PATH                            : /home/userxyz/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/bin/remote-cli:/home/userxyz/aml-cyber-fraud/python/env2/bin:/home/userxyz/.pyenv/versions/miniconda3-latest/condabin:/usr/local/cuda/bin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/userxyz/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/bin/remote-cli:/home/userxyz/.pyenv/versions/miniconda3-latest/bin:/home/userxyz/.pyenv/versions/miniconda3-latest/condabin:/usr/local/cuda/bin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/userxyz/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/bin/remote-cli:/home/userxyz/.pyenv/versions/miniconda3-latest/bin:/home/userxyz/.pyenv/versions/miniconda3-latest/condabin:/usr/local/cuda/bin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
     LD_LIBRARY_PATH                 :
     NUMBAPRO_NVVM                   :
     NUMBAPRO_LIBDEVICE              :
     CONDA_PREFIX                    : /home/userxyz/aml-cyber-fraud/python/env2
     PYTHON_PATH                     :

     ***conda packages***
     conda is /home/userxyz/.pyenv/versions/miniconda3-latest/condabin/conda
     /home/userxyz/.pyenv/versions/miniconda3-latest/condabin/conda
     # packages in environment at /home/userxyz/aml-cyber-fraud/python/env2:
     #
     # Name                    Version                   Build  Channel
     _libgcc_mutex             0.1                 conda_forge    conda-forge
     _openmp_mutex             4.5                       2_gnu    conda-forge
     _py-xgboost-mutex         2.0                       gpu_0    conda-forge
     _sysroot_linux-64_curr_repodata_hack 3                   h69a702a_13    conda-forge
     absl-py                   1.4.0              pyhd8ed1ab_0    conda-forge
     accelerate                0.23.0                   pypi_0    pypi
     aiofiles                  22.1.0                   pypi_0    pypi
     aiohttp                   3.8.5           py310h2372a71_0    conda-forge
     aiosignal                 1.3.1              pyhd8ed1ab_0    conda-forge
     aiosqlite                 0.19.0                   pypi_0    pypi
     alabaster                 0.7.13             pyhd8ed1ab_0    conda-forge
     alembic                   1.12.0             pyhd8ed1ab_0    conda-forge
     altair                    5.1.2                    pypi_0    pypi
     aml                       0.1.0                     dev_0    
     anyio                     3.7.1                    pypi_0    pypi
     appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
     argon2-cffi               23.1.0                   pypi_0    pypi
     argon2-cffi-bindings      21.2.0                   pypi_0    pypi
     arrow                     1.2.3                    pypi_0    pypi
     arrow-cpp                 11.0.0          ha770c72_19_cuda    conda-forge
     asn1crypto                1.5.1              pyhd8ed1ab_0    conda-forge
     astroid                   2.15.8          py310hff52083_0    conda-forge
     asttokens                 2.4.0              pyhd8ed1ab_0    conda-forge
     astunparse                1.6.3                    pypi_0    pypi
     async-lru                 2.0.4                    pypi_0    pypi
     async-timeout             4.0.3              pyhd8ed1ab_0    conda-forge
     atk-1.0                   2.38.0               hd4edc92_1    conda-forge
     atlassian-python-api      3.41.3                   pypi_0    pypi
     attrs                     23.1.0             pyh71513ae_1    conda-forge
     autoconf                  2.71            pl5321h2b4cb7a_1    conda-forge
     automake                  1.16.5          pl5321ha770c72_0    conda-forge
     aws-c-auth                0.6.26               h2c7c9e7_6    conda-forge
     aws-c-cal                 0.5.26               h71eb795_0    conda-forge
     aws-c-common              0.8.17               hd590300_0    conda-forge
     aws-c-compression         0.2.16               h4f47f36_6    conda-forge
     aws-c-event-stream        0.2.20               h69ce273_6    conda-forge
     aws-c-http                0.7.7                h7b8353a_3    conda-forge
     aws-c-io                  0.13.21              h2c99d58_4    conda-forge
     aws-c-mqtt                0.8.6               h3a1964a_15    conda-forge
     aws-c-s3                  0.2.8                h0933b68_4    conda-forge
     aws-c-sdkutils            0.1.9                h4f47f36_1    conda-forge
     aws-checksums             0.1.14               h4f47f36_6    conda-forge
     aws-crt-cpp               0.19.9               h85076f6_5    conda-forge
     aws-sdk-cpp               1.10.57             hf40e4db_10    conda-forge
     babel                     2.12.1             pyhd8ed1ab_1    conda-forge
     backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
     backports                 1.0                pyhd8ed1ab_3    conda-forge
     backports.functools_lru_cache 1.6.5              pyhd8ed1ab_0    conda-forge
     beautifulsoup4            4.12.2                   pypi_0    pypi
     benchmark                 1.6.1                h9c3ff4c_0    conda-forge
     betterproto               1.2.5              pyhd3deb0d_1    conda-forge
     binutils                  2.36.1               hdd6e379_2    conda-forge
     binutils_impl_linux-64    2.36.1               h193b22a_2    conda-forge
     binutils_linux-64         2.36                hf3e587d_10    conda-forge
     black                     23.9.1                   pypi_0    pypi
     blas                      1.0                         mkl    conda-forge
     bleach                    6.0.0                    pypi_0    pypi
     blinker                   1.6.2              pyhd8ed1ab_0    conda-forge
     blosc                     1.21.5               h0f2a231_0    conda-forge
     bokeh                     2.4.3           py310hff52083_0    conda-forge
     boost-cpp                 1.74.0               h75c5d50_8    conda-forge
     branca                    0.6.0              pyhd8ed1ab_0    conda-forge
     brotli                    1.0.9                h166bdaf_9    conda-forge
     brotli-bin                1.0.9                h166bdaf_9    conda-forge
     brotli-python             1.0.9           py310hd8f1fbe_9    conda-forge
     bzip2                     1.0.8                h7f98852_4    conda-forge
     c-ares                    1.19.1               hd590300_0    conda-forge
     c-compiler                1.5.2                h0b41bf4_0    conda-forge
     ca-certificates           2023.08.22           h06a4308_0
     cachetools                5.0.0              pyhd8ed1ab_0    conda-forge
     cairo                     1.16.0            ha61ee94_1014    conda-forge
     ccache                    4.8.1                h1fcd64f_0    conda-forge
     certifi                   2023.7.22          pyhd8ed1ab_0    conda-forge
     cffi                      1.15.1          py310h2fee648_4    conda-forge
     cfitsio                   4.2.0                hd9d235c_0    conda-forge
     charset-normalizer        3.2.0              pyhd8ed1ab_0    conda-forge
     clang                     14.0.6               ha770c72_1    conda-forge
     clang-14                  14.0.6          default_h7634d5b_1    conda-forge
     clang-format              14.0.6          default_h7634d5b_1    conda-forge
     clang-format-14           14.0.6          default_h7634d5b_1    conda-forge
     clang-tools               14.0.6          default_h7634d5b_1    conda-forge
     clangdev                  14.0.6          default_h7634d5b_1    conda-forge
     clangxx                   14.0.6          default_h1e1816b_1    conda-forge
     click                     8.0.4                    pypi_0    pypi
     click-plugins             1.1.1                      py_0    conda-forge
     cligj                     0.7.2              pyhd8ed1ab_1    conda-forge
     cloudpickle               2.2.1              pyhd8ed1ab_0    conda-forge
     cmake                     3.24.3               h816a3e0_0    conda-forge
     colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
     comm                      0.1.4              pyhd8ed1ab_0    conda-forge
     configargparse            1.5.5              pyhd8ed1ab_0    conda-forge
     configparser              5.3.0              pyhd8ed1ab_0    conda-forge
     contextlib2               21.6.0                   pypi_0    pypi
     contourpy                 1.1.1           py310hd41b1e2_0    conda-forge
     coverage                  7.3.1           py310h2372a71_0    conda-forge
     cramjam                   2.7.0                    pypi_0    pypi
     cryptography              41.0.4          py310h75e40e8_0    conda-forge
     cubinlinker               0.3.0           py310hfdf336d_0    rapidsai
     cuda-cccl                 11.8.89                       0    nvidia/label/cuda-11.8.0
     cuda-command-line-tools   11.8.0                        0    nvidia/label/cuda-11.8.0
     cuda-compiler             11.8.0                        0    nvidia/label/cuda-11.8.0
     cuda-cudart               11.8.89                       0    nvidia/label/cuda-11.8.0
     cuda-cudart-dev           11.8.89                       0    nvidia/label/cuda-11.8.0
     cuda-cuobjdump            11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-cupti                11.8.87                       0    nvidia/label/cuda-11.8.0
     cuda-cuxxfilt             11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-documentation        11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-driver-dev           11.8.89                       0    nvidia/label/cuda-11.8.0
     cuda-gdb                  11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-libraries            11.8.0                        0    nvidia/label/cuda-11.8.0
     cuda-libraries-dev        11.8.0                        0    nvidia/label/cuda-11.8.0
     cuda-memcheck             11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-nsight               11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-nsight-compute       11.8.0                        0    nvidia/label/cuda-11.8.0
     cuda-nvcc                 11.8.89                       0    nvidia/label/cuda-11.8.0
     cuda-nvdisasm             11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-nvml-dev             11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-nvprof               11.8.87                       0    nvidia/label/cuda-11.8.0
     cuda-nvprune              11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-nvrtc                11.8.89                       0    nvidia/label/cuda-11.8.0
     cuda-nvrtc-dev            11.8.89                       0    nvidia/label/cuda-11.8.0
     cuda-nvtx                 11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-nvvp                 11.8.87                       0    nvidia/label/cuda-11.8.0
     cuda-profiler-api         11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-python               11.8.2          py310h3fd9d12_0    nvidia
     cuda-runtime              11.8.0                        0    nvidia/label/cuda-11.8.0
     cuda-sanitizer-api        11.8.86                       0    nvidia/label/cuda-11.8.0
     cuda-toolkit              11.8.0                        0    nvidia/label/cuda-11.8.0
     cuda-tools                11.8.0                        0    nvidia/label/cuda-11.8.0
     cuda-version              11.8                 h70ddcb2_2    conda-forge
     cuda-visual-tools         11.8.0                        0    nvidia/label/cuda-11.8.0
     cudatoolkit               11.8.0              h4ba93d1_12    conda-forge
     cudf                      23.06.01        cuda11_py310_230629_g6a548b072d_0    rapidsai
     cupy                      12.2.0          py310hbb1d8f0_1    conda-forge
     curl                      8.1.2                h409715c_0    conda-forge
     cxx-compiler              1.5.2                hf52228f_0    conda-forge
     cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
     cyrus-sasl                2.1.27               h9033bb2_6    conda-forge
     cython                    3.0.2                    pypi_0    pypi
     cytoolz                   0.12.2          py310h2372a71_0    conda-forge
     dask                      2023.3.2           pyhd8ed1ab_0    conda-forge
     dask-core                 2023.3.2           pyhd8ed1ab_0    conda-forge
     dask-cuda                 23.06.00        py310_230607_gfd3ab2d_0    rapidsai
     dask-cudf                 23.06.01        cuda11_py310_230629_g6a548b072d_0    rapidsai
     databricks-cli            0.17.7             pyhd8ed1ab_0    conda-forge
     dataclasses               0.8                pyhc8e2a94_3    conda-forge
     datacompy                 0.8.4              pyhd8ed1ab_0    conda-forge
     datasets                  2.14.4             pyhd8ed1ab_0    conda-forge
     db-dtypes                 1.1.1              pyhd8ed1ab_0    conda-forge
     debugpy                   1.8.0           py310hc6cd4ac_0    conda-forge
     decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
     deepdiff                  6.5.0                    pypi_0    pypi
     defusedxml                0.7.1                    pypi_0    pypi
     deprecated                1.2.14                   pypi_0    pypi
     dill                      0.3.7              pyhd8ed1ab_0    conda-forge
     distributed               2023.3.2.1         pyhd8ed1ab_0    conda-forge
     distro                    1.8.0              pyhd8ed1ab_0    conda-forge
     dlpack                    0.5                  h9c3ff4c_0    conda-forge
     docker-py                 5.0.3           py310hff52083_2    conda-forge
     docker-pycreds            0.4.0                      py_0    conda-forge
     docstring-parser          0.15                     pypi_0    pypi
     docutils                  0.20.1                   pypi_0    pypi
     einops                    0.7.0                    pypi_0    pypi
     elastic-transport         8.4.0                    pypi_0    pypi
     elasticsearch             8.9.0                    pypi_0    pypi
     elasticsearch-dsl         8.9.0                    pypi_0    pypi
     entrypoints               0.4                pyhd8ed1ab_0    conda-forge
     exceptiongroup            1.1.3              pyhd8ed1ab_0    conda-forge
     executing                 1.2.0              pyhd8ed1ab_0    conda-forge
     expat                     2.5.0                hcb278e6_1    conda-forge
     faker                     12.3.0             pyhd8ed1ab_0    conda-forge
     fastapi                   0.103.2                  pypi_0    pypi
     fastavro                  1.8.3           py310h2372a71_0    conda-forge
     fastjsonschema            2.18.0                   pypi_0    pypi
     fastparquet               2023.8.0                 pypi_0    pypi
    removed the last imports as github creats error -> body is too long (maximum is 65536 characters).

Other/Misc.

No response

Code of Conduct

efajardo-nv commented 4 months ago

@ylnhari I wasn't able to reproduce this on the 23.07 release container. Could you send me the full output of ./external/utilities/scripts/print_env.sh? The environment details in the above issue isn't complete. Also, could you export your environment using:

conda env export > environment.yml

and please send that to me as well. Thanks.

mdemoret-nv commented 1 month ago

@cwharris Can you try and repro this issue? If not, please close.

cwharris commented 1 month ago

Unable to reproduce in Morpheus 24.10 devcontainer. If the issue presents in a mission critical environment on newer versions of Morpheus, we may need to revisit, but closing the issue for now.