Problems installing the PySDF library with the bare metal installation

Hi cabj, can you tell us how you did it?

I tried to install pysdf in my own docker Modulus 22.09 using the prev 21.06 version and egg mtd according to:

https://forums.developer.nvidia.com/t/pysdf-error-in-modulus-22-03/211327/6

and

https://forums.developer.nvidia.com/t/modulus-22-03-bare-metal-installation-no-module-named-easy-install/210970

The 2nd mtd seems to work but I still get errors:

root@e609ec7e21a6:/examples_2209/aneurysm# python aneurysm.py
[03:48:23] - JIT using the NVFuser TorchScript backend
[03:48:23] - JitManager: {'_enabled': True, '_arch_mode': <JitArchMode.ONLY_ACTIVATION: 1>, '_use_nvfuser': True, '_autograd_nodes': False}
[03:48:23] - GraphManager: {'_func_arch': False, '_debug': False, '_func_arch_allow_partial_hessian': True}
/opt/conda/lib/python3.8/site-packages/modulus-22.9-py3.8.egg/modulus/geometry/tessellation.py:90: RuntimeWarning: divide by zero encountered in true_divide
  np.full(x.shape, triangle_areas[index] / x.shape[0])
terminate called after throwing an instance of 'std::runtime_error'
  what():  Library not found
Aborted

Maybe your mtd can work.