-
Notifications
You must be signed in to change notification settings - Fork 12
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
ERROR: LoadError: UndefVarError: installed not defined #12
Comments
Sorry. You should ping me... |
Did |
I'm not sure I understand the |
@visr You could just ask me the functionality because this is quite a tricky workaround. It's exactly a workaround for JuliaLang/julia#32842 . To solve this, a quick fix is transforming all string literal pattern like |
I see. Would it be an option to stop supporting the julia versions where this is broken? |
@visr I don't think it an appealing idea. We can make a tag for previously supported versions. And remove |
I'll do it later, but this is actually not in a high priority. If you want I can give your help for trying maintaining it. |
Thanks! This issue just gives a deprecation warning on julia 1.4-rc. It was submitted during 1.4-dev, probably before the deprecation was in place, giving a hard error. |
Julia Version 1.4.0-DEV.254
Commit 3b1c1fdde3 (2019-10-04 01:47 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
using Py2Jl
ERROR: LoadError: LoadError: LoadError: UndefVarError: installed not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at .\Base.jl:26
[2] top-level scope at C:\Users\zsz.julia\packages\Py2Jl\H6uW5\src\ASTGen.jl:13
[3] eval(::Module, ::Any) at .\boot.jl:330
....
The text was updated successfully, but these errors were encountered: