Streamlit integration with .NET

I am trying to deploy an application on the Streamlit Cloud and I am having trouble as the server (from what I understand) is Linux, and may not have .NET installed. Unsure which I have on my machine but I get a runtime error where it cannot create a .NET runtime.

Super unsure how to address this, or if I cannot use .NET on Streamlit’s servers. I guess I would have to look into hosting some other way.

I got the server to download the pythonnet package(which is a win), but I am stuck and havent found any other forum posts about this topic.

RuntimeError: Failed to create a .NET runtime (coreclr) using the

                parameters {}.

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