Openmc import error in jupyter note book

I found that this topic is notorious one in this forum.
I 'm also find this error when I use jupyter notebook. When using IDLE3, there is no error importing openmc.
I’m studying openmc in vmware centOSs 8 virtuarl machine in Windows 10.
I have installed openmc from source. I have also use command: pip install . in the root directory of the Openmc. The curious things are thee are some messages like bellows when pip install …

Requirement already satisfied: numpy in /home/bckim/.local/lib/python3.12/site-packages…

This may make the problems with jupyter notebook? I think these happen because I have already installed some modules using minicona forge. Even I removed miniconda, thee are something remain. Anyhow I wondering how to fix this error.
Thanks in advances.