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 followed the installation (for my locally installed pyscf) in the README.
However, an error occurred:
Traceback (most recent call last):
File "hChain.py", line 3, in <module>
from pyscf.shciscf import shci
File "/home/zhcui/program/shciscf/pyscf/shciscf/shci.py", line 64, in <module>
shciLib = load_library("libshciscf")
File "/home/zhcui/program/pyscf_ZHC_kpt_symm/pyscf/lib/misc.py", line 53, in load_library
return numpy.ctypeslib.load_library(libname, _loaderpath)
File "/home/zhcui/program/anaconda3_new/lib/python3.8/site-packages/numpy/ctypeslib.py", line 155, in load_library
raise OSError("no file with expected extension")
OSError: no file with expected extension
Could you take a look? Thanks!
Best,
Zhihao
The text was updated successfully, but these errors were encountered:
Hi all,
I followed the installation (for my locally installed pyscf) in the README.
However, an error occurred:
Could you take a look? Thanks!
Best,
Zhihao
The text was updated successfully, but these errors were encountered: