droodman / julia.ado

Bridge from Stata to Julia
MIT License
11 stars 2 forks source link

reghdfejl crashes with 1.1.0 #8

Open psungho opened 1 day ago

psungho commented 1 day ago

Not only does it crash, stata refuses after reloading, to open jl.plugin (it says ./jl.plugin cannot be opened or smth like that)

it works w/ 1.0.2

droodman commented 1 day ago

Is this on a Mac? I am working on a Mac issue now. Unfortunately, the arrival of Julia 1.11 broke this package. It turns out there is no stability guarantee for Julia's low-level, C-based interface.

droodman commented 1 day ago

Very sorry. I think I have fixed an issue on Macs with Apple silicon. If that is what you are using, install the latest version with

net install julia, replace from(https://raw.github.com/droodman/julia.ado/v1.1.1)

And then restart Stata. Let me know if it works or not.