Skip to content
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

Precompile error in Julia 1.3. #17

Open
abchaud17 opened this issue Aug 18, 2020 · 7 comments
Open

Precompile error in Julia 1.3. #17

abchaud17 opened this issue Aug 18, 2020 · 7 comments

Comments

@abchaud17
Copy link

julia> using Pkg

julia> Pkg.clone("https://github.com/pazzo83/QuantLib.jl.git")
┌ Warning: Pkg.clone is only kept for legacy CI script reasons, please use add
└ @ Pkg.API D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.3\Pkg\src\API.jl:664
Cloning git-repo https://github.com/pazzo83/QuantLib.jl.git
Updating git-repo https://github.com/pazzo83/QuantLib.jl.git
Resolving package versions...
Updating C:\Users\abhis\.julia\environments\v1.3\Project.toml
[96a2b5a2] ~ QuantLib v0.1.1 ⇒ v0.1.1 [C:\Users\abhis\.julia\dev\QuantLib]
Updating C:\Users\abhis\.julia\environments\v1.3\Manifest.toml
[96a2b5a2] ~ QuantLib v0.1.1 ⇒ v0.1.1 [C:\Users\abhis\.julia\dev\QuantLib]

julia> using QuantLib
[ Info: Precompiling QuantLib [96a2b5a2-274e-5d11-8b3e-35bccd200598]
ERROR: LoadError: Dierckx is not properly installed. Please run Pkg.build("Dierckx")
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] top-level scope at C:\Users\abhis.julia\packages\Dierckx\ZTanR\src\Dierckx.jl:29
[3] include at .\boot.jl:328 [inlined]
[4] include_relative(::Module, ::String) at .\loading.jl:1105
[5] include(::Module, ::String) at .\Base.jl:31
[6] top-level scope at none:2
[7] eval at .\boot.jl:330 [inlined]
[8] eval(::Expr) at .\client.jl:425
[9] top-level scope at .\none:3
in expression starting at C:\Users\abhis.julia\packages\Dierckx\ZTanR\src\Dierckx.jl:26
ERROR: LoadError: LoadError: Failed to precompile Dierckx [39dd38d3-220a-591b-8e3c-4c3a8c710a94] to C:\Users\abhis.julia\compiled\v1.3\Dierckx\R6rOy_3zdO0.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1283
[3] _require(::Base.PkgId) at .\loading.jl:1024
[4] require(::Base.PkgId) at .\loading.jl:922
[5] require(::Module, ::Symbol) at .\loading.jl:917
[6] include at .\boot.jl:328 [inlined]
[7] include_relative(::Module, ::String) at .\loading.jl:1105
[8] include at .\Base.jl:31 [inlined]
[9] include(::String) at C:\Users\abhis.julia\dev\QuantLib\src\QuantLib.jl:3
[10] top-level scope at C:\Users\abhis.julia\dev\QuantLib\src\QuantLib.jl:37
[11] include at .\boot.jl:328 [inlined]
[12] include_relative(::Module, ::String) at .\loading.jl:1105
[13] include(::Module, ::String) at .\Base.jl:31
[14] top-level scope at none:2
[15] eval at .\boot.jl:330 [inlined]
[16] eval(::Expr) at .\client.jl:425
[17] top-level scope at .\none:3
in expression starting at C:\Users\abhis.julia\dev\QuantLib\src\math\Math.jl:4
in expression starting at C:\Users\abhis.julia\dev\QuantLib\src\QuantLib.jl:37
ERROR: Failed to precompile QuantLib [96a2b5a2-274e-5d11-8b3e-35bccd200598] to C:\Users\abhis.julia\compiled\v1.3\QuantLib\UVyJK_3zdO0.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1283
[3] _require(::Base.PkgId) at .\loading.jl:1024
[4] require(::Base.PkgId) at .\loading.jl:922
[5] require(::Module, ::Symbol) at .\loading.jl:917

@abchaud17 abchaud17 changed the title Precompile error in Julia Precompile error in Julia 1.3. Aug 18, 2020
@abchaud17
Copy link
Author

Any solution to this error?

5 similar comments
@abchaud17
Copy link
Author

Any solution to this error?

@abchaud17
Copy link
Author

Any solution to this error?

@abchaud17
Copy link
Author

Any solution to this error?

@abchaud17
Copy link
Author

Any solution to this error?

@abchaud17
Copy link
Author

Any solution to this error?

@pazzo83
Copy link
Owner

pazzo83 commented Aug 21, 2020

Hi - the solution is in the error message:

[ Info: Precompiling QuantLib [96a2b5a2-274e-5d11-8b3e-35bccd200598]
ERROR: LoadError: Dierckx is not properly installed. Please run Pkg.build("Dierckx")

You have not properly installed a dependent package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants