Hi all,
I am trying to install root with conda on a freshly install Ubuntu 22.04.
I believe a have installed all root dependencies with sudo apt install
just to be safe.
And I have also installed Anaconda environment already.
And now I am trying to create a new root environment with:
# conda-forge is in defaults channels already
conda create -n root_env root
I got this error, which I cannot comprehend…
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with your system:
- feature:/linux-64::__glibc==2.35=0
- feature:/linux-64::__linux==5.19.0=0
- feature:|@/linux-64::__glibc==2.35=0
- root -> ipython -> __linux
- root -> ipython -> __win
- root -> root_base==6.28.0=py310h720e498_1 -> __glibc[version='>=2.17|>=2.17,<3.0.a0']
Your installed version is: 5.19.0
Note that strict channel priority may have removed packages required for satisfiability.