-
Notifications
You must be signed in to change notification settings - Fork 8
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
iconv not installed properly (Windows 10) #43
Comments
Could you post the contents of C:\Users\JohnDoe.julia\packages\StringEncodings\B9gIH\deps\build.log? (If it doesn't exist, please run |
ERROR: LoadError: iconv not installed properly, run Pkg.build("StringEncodings"), restart Julia and try again
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] top-level scope at C:\Users\JohnDoe\.julia\packages\StringEncodings\B9gIH\src\StringEncodings.jl:10
[3] include(::Function, ::Module, ::String) at .\Base.jl:380
[4] include(::Module, ::String) at .\Base.jl:368
[5] top-level scope at none:2
[6] eval at .\boot.jl:331 [inlined]
[7] eval(::Expr) at .\client.jl:467
[8] top-level scope at .\none:3
in expression starting at C:\Users\JohnDoe\.julia\packages\StringEncodings\B9gIH\src\StringEncodings.jl:9
ERROR: LoadError: LoadError: UndefVarError: DateTime not defined
Stacktrace:
[1] top-level scope at K:\Code\Julia\JohnDoe\plot_basic.jl:15
[2] include(::String) at .\client.jl:457
[3] top-level scope at C:\Users\JohnDoe\.julia\config\startup.jl:119
[4] include(::Function, ::Module, ::String) at .\Base.jl:380
[5] include at .\Base.jl:368 [inlined]
[6] include_ifexists at .\client.jl:213 [inlined]
[7] load_julia_startup() at .\client.jl:328
[8] exec_options(::Base.JLOptions) at .\client.jl:267
[9] _start() at .\client.jl:506
in expression starting at K:\Code\Julia\JohnDoe\plot_basic.jl:15
in expression starting at C:\Users\JohnDoe\.julia\config\startup.jl:119 After seeing that I removed StringEncodings, disabled my startup.jl file, and reinstalled StringEncodings without problems. My startup file does include plot_basic.jl:115 is the start of the documentation of a function. I didn't look in the |
Probably your startup.jl file triggered a failure when running the build script. Hopefully we'll move to a more robust build system at some point. |
Pkg.build("StringEncodings")
didn't help. Julia versions prior to Julia 1.5.0 on this machine did successfully install and use StringEncodings. Removing and reinstalling StringEncodings didn't work either.The text was updated successfully, but these errors were encountered: