This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch python-wper
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/python-wper by this push:
     new f29fb586 mingw
f29fb586 is described below

commit f29fb586932098b3968181d10597b545968a7725
Author: HTHou <[email protected]>
AuthorDate: Sat Jun 22 00:12:33 2024 +0800

    mingw
---
 python/setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python/setup.py b/python/setup.py
index 9c42c1c1..da5c2701 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -88,6 +88,8 @@ if platform.system() == "Windows":
             language="c++"
         )
     ]
+    os.add_dll_directory(libtsfile_dir)
+    os.add_dll_directory(np.get_include())
 else:
     ext_modules_tsfile = [
         Extension(

Reply via email to