Skip to content

Commit c13e2c9

Browse files
committed
[build] use the correct user site numpy include path
1 parent 15f9afb commit c13e2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def load_description(filename):
4545

4646

4747
user_site = getusersitepackages()
48-
user_numpy_include = os.path.join(user_site, "numpy", "core", "include")
48+
user_numpy_include = os.path.join(user_site, "numpy", "_core", "include")
4949

5050

5151
# Loosely based on https://github.com/mongodb/mongo-python-driver/blob/master/setup.py

0 commit comments

Comments
 (0)