Dependency error when installing psi4 in a fresh conda environment

@loriab

I actually created the env first and tried to install. But to make sure, I did go ahead and run:
conda create --name psi4env_1-9-1 psi4 python=3.10 -c conda-forge

Same error: 
PackagesNotFoundError: The following packages are not available from current channels:

  - psi4

My conda install specs:

conda version : 4.12.0
conda-build version : 3.17.8
virtual packages : __cuda=12.4=0
                          __linux=3.10.0=0
                          __glibc=2.17=0
                          __unix=0=0
                          __archspec=1=x86_64
platform : linux-64
user-agent : conda/4.12.0 requests/2.22.0 CPython/3.7.11 Linux/3.10.0-1160.114.2.el7.x86_64 centos/7.9.2009 glibc/2.17

I did successfully install libmamba but, as you can see, it does not show up in ‘user-agent’ and I get:
conda: error: unrecognized arguments: --solver=libmamba

when trying to use it as the solver. So, at thsi point I am thinking I need to update conda:

conda update -n base conda

Yes?

However, it does not seem like an update version of psi4 is going to directly solve my current issue.

thanks for the help!