openff-toolkit icon indicating copy to clipboard operation
openff-toolkit copied to clipboard

PSI4 and openff-toolkits compatibility

Open ph7klw76 opened this issue 3 years ago • 2 comments

I started with a fresh environment under miniconda i installed openff-toolkits and then installed PSI4 or vice versa

The 2 modules seem not compatible, It keeps looping in resolving conflicts I tried in python 3.9 environments, python 3.7 and python 3.8 environments. It is the same.

ph7klw76 avatar May 12 '21 04:05 ph7klw76

installing both simultaneously with the following command worked for me, you can give this a try conda create -n env_name -c conda-forge -c psi4/label/dev psi4 openff-toolkit

pavankum avatar May 12 '21 04:05 pavankum

Thanks for writing in, @ph7klw76.

Could you let us know a bit more about your computing environment? Are you on mac or linux? We've had some difficulties making envs with psi4 and usually use the trick that @pavankum posted.

j-wags avatar May 14 '21 17:05 j-wags

Recent versions of Psi4 (1.8+, maybe earlier) are available on conda-forge and should work better together now. Please re-open or file a new issue if there are still issues!

mattwthompson avatar Oct 13 '23 14:10 mattwthompson