You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Is not a skia-delphi package issue but a miss on requirements when used in windows OSs.
import skia
return error:
ImportError: DLL load failed while importing skia: The specified module could not be found.
To Reproduce
Steps to reproduce the behavior:
A clean Windows 10 installation.
Install Python 3.9.12 and pip install skia-python.
Expected behavior
That skia package is found and loaded.
Desktop (please complete the following information):
OS: W10 (new clean installation)
Python: 3.9.12
skia-python version: 87.4
Additional context
Checking skia pyd, with "Dependency Walker", MSVCP140.DLL is not found by PYD.
After downloading and installing "Microsoft Visual C++ 2015 Redistributable Update 3 RC" package
the command "import skia" WORKED fine so it is a MUST to work with Python Skia on Windows environments.
HinTak
changed the title
import skia return ImportError: DLL load failed while importing skia: The specified module could not be found.
MSVC runtime needed on windows: import skia return ImportError: DLL load failed while importing skia: The specified module could not be found.
Dec 2, 2024
HinTak
changed the title
MSVC runtime needed on windows: import skia return ImportError: DLL load failed while importing skia: The specified module could not be found.
(MSVC runtime needed on windows): import skia return ImportError: DLL load failed while importing skia: The specified module could not be found.
Dec 2, 2024
Describe the bug
Is not a skia-delphi package issue but a miss on requirements when used in windows OSs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
That skia package is found and loaded.
Desktop (please complete the following information):
Additional context
Checking skia pyd, with "Dependency Walker", MSVCP140.DLL is not found by PYD.
After downloading and installing "Microsoft Visual C++ 2015 Redistributable Update 3 RC" package
the command "import skia" WORKED fine so it is a MUST to work with Python Skia on Windows environments.
Link to download: https://www.microsoft.com/en-US/download/details.aspx?id=52685
The text was updated successfully, but these errors were encountered: