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 a4122ace mingw
a4122ace is described below
commit a4122acebd8eb7930386bf3364a2393dd84bacac
Author: HTHou <[email protected]>
AuthorDate: Fri Jun 21 23:24:34 2024 +0800
mingw
---
python/setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/python/setup.py b/python/setup.py
index 028525dc..0890b6c6 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -48,7 +48,6 @@ class BuildExt(build_ext):
def build_extensions(self):
if platform.system() == "Windows":
os.add_dll_directory(libtsfile_dir)
- os.add_dll_directory(libtsfile_shard_dir)
numpy_include = np.get_include()
for ext in self.extensions:
ext.include_dirs.append(numpy_include)
@@ -80,7 +79,7 @@ copy_header(source_include_dir, target_include_dir)
if platform.system() == "Windows":
ext_modules_tsfile = [
Extension(
- "tsfile.tsfile_pywrapper",
+ "tsfile_pywrapper",
sources=[source_file],
libraries=["tsfile"],
library_dirs=[libtsfile_dir],