Where is psi4_dev located?

Hello!

I was trying to install the psi4_dev conda package but I’m not sure if I am doing ir correctly. I’ve tried the following command (taken from here):

conda install conda-forge/label/psi4_dev::psi4

but unfortunately I get the following error:

The following package could not be installed
└─ psi4 is not installable because it requires
   └─ libint 2.7.3dev1.* , which does not exist (perhaps a missing channel).

The following command does work,

conda install conda-forge::psi4

but it only installs Psi4 and not the libraries I wanted.

I appreciate your help!

When nothing else works, read the manual.

The command I was looking for is

conda create -n p4env psi4/label/dev::psi4 -c conda-forge/label/libint_dev -c conda-forge