Open blaztinn opened 9 months ago
I guess this is an upstream packaging problem? https://github.com/llvm/llvm-project/issues/59524
A possible solution for scoop llvm package could be: https://github.com/llvm/llvm-project/issues/59524#issuecomment-1352100810
But I don't know how this change would affect other binaries inside the llvm package or even the other binaries on the system if python310.dll
ends up in PATH
.
I just had the same problem.
Not sure what's the role of scoop here. This seems like an upstream problem to me.
Prerequisites
Package Name
llvm
Expected/Current Behaviour
After installing the llvm package I get the following errors when running
lldb
in various shells:msys2 git bash:
cmd: Error window with message:
The code execution cannot proceed because python310.dll was not found. Reinstalling the program may fix this problem.
powershell: No error message and no window.
The problem is fixed after installing python310 package as described in Possible Solution section.
Steps to Reproduce
Possible Solution
A workaround is to install python310 (
scoop install python310
) package and runC:\Users\BlazTomazic\scoop\apps\python310\current\install-pep-514.reg
as it says after installing it. Afterwardslldb
works normally.Installing
python
package does not work because it doesn't havepython310.dll
. An ideal solution would be either:scoop install python
would solve the issue.Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
No response