-
-
Notifications
You must be signed in to change notification settings - Fork 305
Description
Hello.
version-info is
Julia Version 1.6.2
Commit 1b93d53fc4 (2021-07-14 15:36 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Pkg.status() Status
C:\Users\ksdsk.julia\environments\v1.6\Project.toml[6e4b80f9] BenchmarkTools v1.1.1 [052768ef] CUDA v3.4.0
https://github.com/JuliaGPU/CUDA.jl#master`
[39dd38d3] Dierckx v0.5.1
[31c24e10] Distributions v0.25.11
[0e44f5e4] Hwloc v2.0.0
[7073ff75] IJulia v1.23.2
[a98d9a8b] Interpolations v0.13.3
[2774e3e8] NLsolve v4.5.1
[429524aa] Optim v1.4.0
[91a5bcdd] Plots v1.15.2
[438e738f] PyCall v1.92.3
[d330b81b] PyPlot v2.9.0
[6f49c342] RCall v0.13.12
[f2b01f46] Roots v1.0.11
[2913bbd2] StatsBase v0.33.8`
When I tried to install QuantEcon package I have the following messages.
add QuantEcon
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Distributions [31c24e10]:
Distributions [31c24e10] log:
├─possible versions are: 0.16.0-0.25.11 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions 0.16.0-0.25.11
├─restricted by compatibility requirements with QuantEcon [fcd29c91] to versions: 0.16.0-0.23.12
│ └─QuantEcon [fcd29c91] log:
│ ├─possible versions are: 0.14.3-0.16.2 or uninstalled
│ └─restricted to versions * by an explicit requirement, leaving only versions 0.14.3-0.16.2
└─restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: 0.24.4-0.25.11 or uninstalled — no versions left
└─SpecialFunctions [276daf66] log:
├─possible versions are: 0.7.0-1.6.0 or uninstalled
└─restricted to versions 1.3.0-1 by CUDA [052768ef], leaving only versions 1.3.0-1.6.0
└─CUDA [052768ef] log:
├─possible versions are: 3.4.0 or uninstalled
└─CUDA [052768ef] is fixed to version 3.4.0
I think this is a compatibility problem but do not know how to fix it.
How can I fix the problem?