From 24a38402a6e0d9afb89be1ec3f979c6d4179d324 Mon Sep 17 00:00:00 2001 From: jiang7369 Date: Thu, 19 Mar 2020 21:54:58 +0800 Subject: [PATCH] add README note for "ImportError: DLL load failed" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a2f9c8..78f9a87 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,5 @@ darts.clear() darts.set_array(array) ``` + +Note: If you see "**ImportError: DLL load failed:** The specified module could not be found" when "**import** dartsclone", download [the latest supported Visual C++ redistributable packages](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) and install it.