I am new to python and I am having issues with creating environment in Anaconda Navigator having error below. I updated anaconda navigator through terminal using conda update anaconda-navigator and it went smoothly and successfully, I also hit Update index.. But looks like still some updates are missing. Does anybody have some advice what to do? I am using MacOS 11.7.8
`My error when creating new environment for Python and R:
LibMambaUnsatisfiableError: Encountered problems while solving:
- package r-base-3.6.1-hcb44179_0 requires readline >=7.0,
Could not solve for environment specs
The following packages are incompatible
├─ python 3.11** is installable with the potential options
│ ├─ python 3.11.0 would require
│ │ └─ readline >=8.0,│ ├─ python [3.11.0|3.11.2|3.11.3|3.11.4|3.11.5] would require
│ │ ├─ ncurses >=6.4,│ │ └─ readline >=8.0,│ └─ python 3.11.7 would require
│ └─ openssl >=3.0.12,└─ r-base 3.6.1** is not installable because it requires
├─ krb5 >=1.16.1, │ ├─ krb5 1.16.1 would require
│ │ └─ openssl >=1.0.2o, │ ├─ krb5 1.16.1 would require
│ │ └─ openssl >=1.1.1a, │ └─ krb5 1.16.4 would require
│ └─ openssl >=1.1.1d, └─ readline >=7.0, ├─ readline 7.0 conflicts with any installable versions previously reported;
└─ readline 7.0 would require
└─ ncurses 6.0* , which conflicts with any installable versions previously reported.`