You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using @edsaac stpyvista component to provide a visulisation to support an engineering optimisation exercise for a simple retaining wall calculation but I am having issues once deploying to the cloud.
The application runs fine when running locally, see snip below.
But when I deploy it with recommended packages It doesn’t display anything, see snip below
The issue seems to be that cadquery bundles an outdated version of vtk, which ends up conflicting with the vtk that pyvista uses as a dependency (cadquery and vtk compatibility · Issue #23 · CadQuery/ocp-build-system · GitHub). Playing with the order the dependencies are resolved in the requirements.txt seems to do the trick.
I will mark this cadquery conflict as a known issue. 🦖
Hi there,
I have been using @edsaac stpyvista component to provide a visulisation to support an engineering optimisation exercise for a simple retaining wall calculation but I am having issues once deploying to the cloud.
The application runs fine when running locally, see snip below.
But when I deploy it with recommended packages It doesn’t display anything, see snip below
And the code is here → GitHub - TomCarts/L_Unit_Optimisation: Streamlit application for optimising an 'L' shaped retaining wall under global sliding and overturning
Any help really appreciated
The text was updated successfully, but these errors were encountered: