IanButterworth / SystemBenchmark.jl

Julia package for benchmarking a system
MIT License
43 stars 3 forks source link

Cannot install SystemBenchmark.jl due to unsatisfiable requirements for package CUDA #64

Open sosiristseng opened 5 months ago

sosiristseng commented 5 months ago

Using Julia 1.10.3 in Ubuntu 22.04 (x64)

] activate --temp
] add SystemBenchmark

Error message

ERROR: Unsatisfiable requirements detected for package CUDA [052768ef]:
 CUDA [052768ef] log:
 ├─possible versions are: 0.1.0-5.3.3 or uninstalled
 ├─restricted by julia compatibility requirements to versions: [2.3.0, 2.5.0-5.3.3] or uninstalled
 ├─restricted by compatibility requirements with LLVM [929cbde3] to versions: 3.3.3-5.3.3 or uninstalled
 │ └─LLVM [929cbde3] log:
 │   ├─possible versions are: 0.9.0-6.6.3 or uninstalled
 │   └─restricted by julia compatibility requirements to versions: 4.0.0-6.6.3 or uninstalled
 ├─restricted by compatibility requirements with GPUCompiler [61eb1bfa] to versions: 5.0.0-5.3.3 or uninstalled
 │ └─GPUCompiler [61eb1bfa] log:
 │   ├─possible versions are: 0.1.0-0.26.4 or uninstalled
 │   └─restricted by julia compatibility requirements to versions: 0.22.0-0.26.4 or uninstalled
 └─restricted by compatibility requirements with SystemBenchmark [30cdaa97] to versions: 1.1.0-3.13.1 — no versions left
   └─SystemBenchmark [30cdaa97] log:
     ├─possible versions are: 0.2.0-0.4.1 or uninstalled
     ├─restricted to versions * by an explicit requirement, leaving only versions: 0.2.0-0.4.1
     ├─restricted by compatibility requirements with CuArrays [3a865a2d] to versions: 0.3.4-0.4.1 or uninstalled, leaving only versions: 0.3.4-0.4.1
     │ └─CuArrays [3a865a2d] log:
     │   ├─possible versions are: 0.2.1-2.2.2 or uninstalled
     │   └─restricted by julia compatibility requirements to versions: uninstalled
     └─restricted by compatibility requirements with CUDA [052768ef] to versions: [0.2.0-0.3.3, 0.4.0-0.4.1] or uninstalled, leaving only versions: 0.4.0-0.4.1
       └─CUDA [052768ef] log: see above
sylvaticus commented 5 months ago

Same here...