Stpyvista - pyvista error

hello…
I get the following error when I try to display a 3D model in streamlit using the stpyvista component.

" AttributeError: partially initialized module ‘pyvista’ has no attribute ‘set_jupyter_backend’ (most likely due to a circular import) "

What modification would I have to make to have the model displayed there?

Which version of stpyvista are you running? Latest version is to 0.0.9, if you are running an earlier version, try upgrading with pip install stpyvista -U.

If you still encounter this error, could you provide a reproducible piece of code or repo? See the guidelines on how to post an effective question on the forum :)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.