There has been some reports for Windows 11 users that they are missing certain DLLs that some of the python tools rely on.
Can you try downloading this dependency checker, unzipping it, and then running DependenciesGui.exe. You can drag and drop this file on the gui:
We want to ensure you have the library libomp14.dll on your machine.
If it is red, then you are missing it, you can install the Visual Studio 2022 Build Tools to get them using this command:
winget install --id Microsoft.VisualStudio.2022.BuildTools --override "--passive --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
or you can potentially get it by using the Visual Studio Community installer to install the build tools module.