I am trying to install Fermi.jl on the newest stable release of Julia. On doing a fresh install and activating a completely new environment, when I do ] add Fermi
, I am met with the following error message :
(@v1.11) pkg> activate .
Activating new project at `~/swapan-lab/polariton`
(polariton) pkg> add Fermi
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package GPUCompiler [61eb1bfa]:
GPUCompiler [61eb1bfa] log:
├─possible versions are: 0.1.0 - 1.5.3 or uninstalled
├─restricted by julia compatibility requirements to versions: 0.23.0 - 1.5.3 or uninstalled
└─restricted by compatibility requirements with CUDA [052768ef] to versions: [0.12.0 - 0.12.9, 0.13.3 - 0.17.3] — no versions left
└─CUDA [052768ef] log:
├─possible versions are: 0.1.0 - 5.8.2 or uninstalled
├─restricted by julia compatibility requirements to versions: [2.3.0, 2.5.0 - 5.8.2] or uninstalled
├─restricted by compatibility requirements with PrettyTables [08abe8d2] to versions: 0.1.0 - 4.4.2 or uninstalled, leaving only versions: [2.3.0, 2.5.0 - 4.4.2] or uninstalled
│ └─PrettyTables [08abe8d2] log:
│ ├─possible versions are: 0.1.0 - 2.4.0 or uninstalled
│ └─restricted by compatibility requirements with Fermi [9237668d] to versions: [0.9.1 - 0.11.1, 1.0.0 - 1.3.1]
│ └─Fermi [9237668d] log:
│ ├─possible versions are: 0.0.1 - 0.4.0 or uninstalled
│ └─restricted to versions * by an explicit requirement, leaving only versions: 0.0.1 - 0.4.0
├─restricted by compatibility requirements with TensorOperations [6aa20fa7] to versions: 0.1.0 - 3.13.1, leaving only versions: [2.3.0, 2.5.0 - 3.13.1]
│ └─TensorOperations [6aa20fa7] log:
│ ├─possible versions are: 0.6.1 - 5.2.0 or uninstalled
│ └─restricted by compatibility requirements with Fermi [9237668d] to versions: 3.0.0 - 3.2.5
│ └─Fermi [9237668d] log: see above
└─restricted by compatibility requirements with LLVM [929cbde3] to versions: 3.3.3 - 5.8.2 or uninstalled, leaving only versions: 3.3.3 - 3.13.1
└─LLVM [929cbde3] log:
├─possible versions are: 0.9.0 - 9.4.1 or uninstalled
└─restricted by julia compatibility requirements to versions: 4.0.0 - 9.4.1 or uninstalled
I am unsure how to resolve this issue, any help is highly appreciated.