PCM solver issue on Windows

Hello,

I’ve installed the psi4 1.8 Windows binary, and I’m happy with it so far. I have an issue though, when I tried using the pcm solver, the program fails and says that that module isn’t installed. I then checked the directory, and really couldn’t find it. I tried installing it with conda, but that doesn’t work either unfortunately, and it reports an error that it can’t find the pcm solver package on the anaconda website. I’m very confused by this, because when I go to the website myself I can find it easily.

If I could get some help with how installing the pcm solver module, I would greatly appreciate it :slight_smile:

Thanks,
Filip

You’ll need to update to the 1.8.1 version to get pcmsolver working. Note that you’ll want to specify the conda-forge channel. Try: conda install psi4=1.8.1 pcmsolver -c conda-forge/label/libint_dev -c conda-forge in your psi4 conda environment.

That worked, thank you very much! :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.