I need a file:ext-ms-win-oobe-query-l1-1-0.dll

GUOKUN HU 20 信誉分
2024-08-29T13:14:13.2166667+00:00

I want to import torch site-packes, but my computer tips me that needing a .dll file. So I find a .exe app to exam what files is necessary. I find that many .dll file lossing, one of that is "ext-ms-win-oobe-query-l1-1-0.dll", I looked for where exist the file can be download. But no where. So, have any body can give me the file?

Windows 商业版 | 面向 IT 专业人士的 Windows 客户端 | 用户体验 | 其他
0 个注释 无注释
{count} 票

问题作者接受的答案
  1. Wesley Li 11,740 信誉分
    2024-08-29T17:59:38.07+00:00

    Hello

    It sounds like you're encountering an issue with missing DLL files required by the PyTorch library. Unfortunately, “ext-ms-win-oobe-query-l1-1-0.dll” is part of the Windows API set and isn’t typically available for direct download. This DLL is often a dependency for other system files and may not be present on all versions of Windows.But I can offer some steps you might take to resolve the issue:

    1. Reinstall PyTorch: Sometimes, reinstalling the library can fix missing or corrupted files. Make sure you follow the official installation instructions from the PyTorch website.
    2. Update Windows: Ensure your operating system is fully updated, as missing DLL files can sometimes be part of system updates.
    3. Visual C++ Redistributable Packages: PyTorch and other similar libraries often depend on the Visual C++ Redistributable Packages. Download and install the latest versions from the Microsoft website.
    4. Python Environment: If you're using a virtual environment, try creating a new one and installing PyTorch there to see if the problem persists.
    5. Dependency Check: Use tools like Dependency Walker to check which dependencies are missing or causing issues. This can give you more insight into the source of the problem.
    1 个人认为此答案很有帮助。
    0 个注释 无注释

0 个其他答案

排序依据: 非常有帮助

你的答案

提问者可以将答案标记为“已接受”,版主可以将答案标记为“已推荐”,这有助于用户了解答案是否解决了提问者的问题。