Calling Julia from a Streamlit App

I’m trying to use Julia from my Streamlit App. When I do:

from julia import Base

I get the error:

OSError: exception: access violation reading 0x0000000000000018

Alternative syntax yields similar errors. Accessing Julia from my non-Streamlit programs works as expected. Any insights much appreciated.

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