Installtion of PSI4 Psi4conda-1.9.1-py38-Linux-x86_64.sh

I stopped using PSI4 for some reasons. Now when I am trying to run the file it gives errors.

my command is
psi4 abc-psi4.inp abc.out or psi4 --test

it gives errors like
Traceback (most recent call last):
File “/usr/lib/psi4/driver/dependency_check.py”, line 33, in
import numpy as np
ModuleNotFoundError: No module named ‘numpy’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/bin/psi4”, line 158, in
import psi4
File “/usr/lib/psi4/init.py”, line 80, in
from .driver import endorsed_plugins
File “/usr/lib/psi4/driver/init.py”, line 30, in
from . import dependency_check
File “/usr/lib/psi4/driver/dependency_check.py”, line 44, in
raise ImportError(msg)
ImportError:
NumPy is a runtime requirement for Psi4. Please install NumPy to proceed.

NumPy installation with a package manager can be accomplished by the following lines:
    - conda install numpy
    - sudo yum install numpy
    - sudo apt-get install python-numpy
    - brew install numpy

Please help me … what should i do
installation is ok.