Kernel error: dll not found

Hello everyone,
I am facing a problem after the installation of Jupyter notebook through anaconda.
It points out that the kernel is dead and shows the following error; I have tried exploring various solutions but failed to remove the error upon executing them.
Please help me regarding this, Your suggestions are truly valuable to me.

Traceback (most recent call last):
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\tornado\web.py”, line 1699, in _execute
result = await result
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\tornado\gen.py”, line 742, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\notebook\services\sessions\handlers.py”, line 72, in post
type=mtype))
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\tornado\gen.py”, line 735, in run
value = future.result()
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\tornado\gen.py”, line 742, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\notebook\services\sessions\sessionmanager.py”, line 88, in create_session
kernel_id = yield self.start_kernel_for_session(session_id, path, name, type, kernel_name)
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\tornado\gen.py”, line 735, in run
value = future.result()
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\tornado\gen.py”, line 742, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\notebook\services\sessions\sessionmanager.py”, line 101, in start_kernel_for_session
self.kernel_manager.start_kernel(path=kernel_path, kernel_name=kernel_name)
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\tornado\gen.py”, line 735, in run
value = future.result()
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\tornado\gen.py”, line 209, in wrapper
yielded = next(result)
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\notebook\services\kernels\kernelmanager.py”, line 168, in start_kernel
super(MappingKernelManager, self).start_kernel(**kwargs)
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\jupyter_client\multikernelmanager.py”, line 110, in start_kernel
km.start_kernel(**kwargs)
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\jupyter_client\manager.py”, line 240, in start_kernel
self.write_connection_file()
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\jupyter_client\connect.py”, line 476, in write_connection_file
kernel_name=self.kernel_name
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\jupyter_client\connect.py”, line 141, in write_connection_file
with secure_write(fname) as f:
File “C:\RaviAnaconda\lib\contextlib.py”, line 112, in enter
return next(self.gen)
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\jupyter_core\paths.py”, line 404, in secure_write
win32_restrict_file_to_user(fname)
File “C:\Users\Ravi Theja Kolluru\AppData\Roaming\Python\Python37\site-packages\jupyter_core\paths.py”, line 359, in win32_restrict_file_to_user
import win32api
ImportError: DLL load failed: The specified procedure could not be found.

I have same problem with u, have u the solution for this problem?