| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When installing the febio-python package from pip, the the pyvista_utils module cannot be imported due to an import error for FEBioContainer. This fixes that import error.
| Back | FazBrowse Home | New Git URL |
When installing the febio-python package from pip, the the pyvista_utils module cannot be imported due to an import error for FEBioContainer. I made a small change to explicitly import the FEBioContainer class from the sub-module that contained it and that fixed the import error for me, so I thought I'd share the fix in case it should be integrated into the package on pip.