JuliaPy / JuliaPy/pyjulia

OSError: access violation when calling Julia code in Dash app

Open
#507 12 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
893
Forks
101
PR merge metrics
No merged PRs in 30d

Description

Trying to call any julia code from inside a Dash app results in
`OSError: exception: access violation reading 0x0000000000000018`.

This error occurs no matter what code I try to call, even things like
`Julia().eval("2+2")`
so I know it's not a result of Julia errors.

My current workaround is running a second Quart app and sending POST requests to trigger asynchronous callbacks containing my Julia functions, which for some reason actually allow me to run my julia code. It seems ridiculous that I can't simply run my Julia code inside the dash app and if there's a known fix to this I'd very much like to hear it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.