You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to compile forte and psi4 with Apptainer. After finishing installing forte and I used pytest. It returns the import error as shown in the title. I thought it was due to a LAPACK problem so I apt installed libblas and liblapack, and also conda installed blas and lapack. The error persisted.
To reproduce my problem, create an Apptainer and install forte as said in the manual.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thank you for reporting this and sorry for the delay. This is a naming convention issue that depends on the compiler, options, and the operating system. You should be able to fix this issue by renaming zheev to zheev_ in these two places in the file forte/forte/sci/tdci.cc (lines 49 and 971)
Hi,
I was trying to compile forte and psi4 with Apptainer. After finishing installing forte and I used pytest. It returns the import error as shown in the title. I thought it was due to a LAPACK problem so I apt installed libblas and liblapack, and also conda installed blas and lapack. The error persisted.
To reproduce my problem, create an Apptainer and install forte as said in the manual.
Thanks in advance!
The text was updated successfully, but these errors were encountered: