You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading channels: done
# Name Version Build Channel
r-irkernel 1.3 r40hc72bb7e_0 conda-forge
r-irkernel 1.3 r41hc72bb7e_0 conda-forge
conda create -n Test --dry-run --override-channels -c conda-forge r-base=4.2.1=*_1 r-irkernel
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package r-base conflicts for:
r-base==4.2.1[build=*_1]
r-irkernel -> r-base[version='3.3.2.*|3.4.1.*|>=3.4.1,<3.4.2.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=4.0,<4.1.0a0|>=4.1,<4.2.0a0|>=3.5.1,<3.5.2.0a0']
Installed packages
not applicable, because I cannot create the conda environment
Environment info
I'm currently prototyping on linux-64, but will move to linux-ppc64le later.An r42 build is missing for both platforms.
The text was updated successfully, but these errors were encountered:
Solution to issue cannot be found in the documentation.
Issue
I cannot install r-irkernel alongside r-base 4.2, because the package was only built for r40 and r41.
conda search --override-channels -c conda-forge "r-irkernel>=1.3"
Loading channels: done # Name Version Build Channel r-irkernel 1.3 r40hc72bb7e_0 conda-forge r-irkernel 1.3 r41hc72bb7e_0 conda-forge
conda create -n Test --dry-run --override-channels -c conda-forge r-base=4.2.1=*_1 r-irkernel
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: