Before install opencv-python on windows server 2012

2023/11/21 python 共 374 字,约 2 分钟
程序员

Frequently Asked Questions

Q: Import fails on Windows: ImportError: DLL load failed: The specified module could not be found.?

  1. Install Visual C++ redistributable 2015
  2. Install Universal C Runtime
  3. Install “Media Foundation”
    3.1 Install the Windows Server Essentials Experience role by using the following command on Windows PowerShell console: Add-WindowsFeature ServerEssentialsRole
    3.2 Install Windows Server Essentials Media Pack

Document

Search

    Table of Contents