We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2af996 commit 24e6e17Copy full SHA for 24e6e17
src/C/context.jl
@@ -122,7 +122,7 @@ function init_context()
122
break
123
end
124
125
- CTX.lib_path === nothing && error("""
+ CTX.lib_path === missing && error("""
126
Could not find Python library for Python executable $(repr(CTX.exe_path)).
127
128
If you know where the library is, set environment variable 'JULIA_PYTHONCALL_LIB' to its path.
0 commit comments