-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find function jl_fill_argnames #158
Comments
Having the same issue! ERROR: LoadError: LoadError: ccall: could not find function jl_fill_argnames |
I'll look into it tomorrow. |
Thank you for letting me know about the error. I've pushed a commit up to the master branch that should fix it. If you would like to clone the package repo in julia with Pkg.develop and confirm that the fix works for you too, then I will make a new release for the package. |
Works great, thank you! |
Hi, I'm trying to run some example codes to ensure Mamba is properly installed and working.
I tried running the "Rats: A Normal Hierarchical Model" example on your documentation and received the error "ccall: could not find function jl_fill_argnames". I also ran Pkg.test("Mamba") and received the same error.
I'm running Julia v1.2.0 on MacOS 10.13.4. Is v1.2.0 not supported yet?
Could someone please advise? Thank you!
ERROR: LoadError: LoadError: ccall: could not find function jl_fill_argnames
Stacktrace:
[1] modelexprsrc(::Function, ::Array{Tuple{Symbol,DataType},1}) at /Users/micnngo/.julia/packages/Mamba/674DT/src/utils.jl:18
[2] modelfxsrc(::Array{Tuple{Symbol,DataType},1}, ::Function) at /Users/micnngo/.julia/packages/Mamba/674DT/src/utils.jl:9
[3] Stochastic(::Int64, ::Function, ::Bool) at /Users/micnngo/.julia/packages/Mamba/674DT/src/model/dependent.jl:154
[4] top-level scope at /Users/micnngo/.julia/packages/Mamba/674DT/doc/tutorial/line.jl:6
[5] include at ./boot.jl:328 [inlined]
[6] include_relative(::Module, ::String) at ./loading.jl:1094
[7] include(::Module, ::String) at ./Base.jl:31
[8] include(::String) at ./client.jl:431
[9] top-level scope at /Users/micnngo/.julia/packages/Mamba/674DT/test/utils.jl:5
[10] top-level scope at /Users/micnngo/.julia/packages/Mamba/674DT/test/runtests.jl:39
[11] include at ./boot.jl:328 [inlined]
[12] include_relative(::Module, ::String) at ./loading.jl:1094
[13] include(::Module, ::String) at ./Base.jl:31
[14] include(::String) at ./client.jl:431
[15] top-level scope at none:5
in expression starting at /Users/micnngo/.julia/packages/Mamba/674DT/doc/tutorial/line.jl:6
in expression starting at /Users/micnngo/.julia/packages/Mamba/674DT/test/runtests.jl:37
ERROR: Package Mamba errored during testing
The text was updated successfully, but these errors were encountered: