I am having problems with installing the PySDF library with the bare metal installation. It seems to install but when I very the installation it says that there is an import error.
ImportError: libsdf.so: cannot open shared object file: No such file or directory
For example when I install the PySDF library I get this output which suggests it was successful:
I had an error that pointed out to a bad gcc command. Installed gcc in the environment and it didn’t work. Installed cxx-container and it pysdf install was successful.
Hello, unfortunately we decided to pull the pysdf support for the bare metal installation because it became too cumbersome to maintain. This is reflected in the installation instructions. If the tessellated geometry module is required then we suggest using the Docker image. We are pushing now to have pysdf released as a separate library but don’t have any release date for this. In the mean time we are looking into a slower fallback option when pysdf is not installed.
don’t know what you did. But if you can import pysdf.sdf there should be no problem. We were running the bare metal with tessellation for 6-7 months. Now we have switched to Apptainer.