We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f9afb commit c13e2c9Copy full SHA for c13e2c9
1 file changed
setup.py
@@ -45,7 +45,7 @@ def load_description(filename):
45
46
47
user_site = getusersitepackages()
48
-user_numpy_include = os.path.join(user_site, "numpy", "core", "include")
+user_numpy_include = os.path.join(user_site, "numpy", "_core", "include")
49
50
51
# Loosely based on https://github.com/mongodb/mongo-python-driver/blob/master/setup.py
0 commit comments