Can not import tensorflow

While running code in Spyder (python 3.10) using an anaconda virtual environment, the following error message was generated :

tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File “C:\ProgramData\anaconda3\envs\py-3_10_14\lib\site-packages\tensorflow\python\pywrap_tensorflow.py”, line 77, in
raise ImportError(
ImportError: Traceback (most recent call last):
File “C:\ProgramData\anaconda3\envs\py-3_10_14\lib\site-packages\tensorflow\python\pywrap_tensorflow.py”, line 62, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: A dynamic link library (DLL) initialization routine failed.
Could any one help me to resolve the problem