While Itried to import run_psi4 in my linux python environment, it reports :
----> 6 from psi4 import run_psi4
ImportError: cannot import name 'run_psi4' from 'psi4' (/home/chemiq/anaconda3/envs/psi4/lib/python3.8/site-packages/psi4/__init__.py)
I have tried copy run_psi4.py from Github and past in, but it wouldn’t work.
Why did this issue happen? Does the original psi4 package not include the method?