Skip to content

library load failed after install #5

@zhcui

Description

@zhcui

Hi all,

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions