There was an error while loading. Please reload this page.
2 parents 2fdaa68 + 607ef93 commit f6d9099Copy full SHA for f6d9099
1 file changed
setup.py
@@ -323,6 +323,10 @@ def get_build_type(is_debug=None) -> str:
323
_UNSUPPORTED_WHEEL_HEADERS = frozenset(
324
{
325
"bundled_module.h",
326
+ # These two include a third-party header the wheel does not ship, so they
327
+ # cannot compile from an installed package no matter what is linked.
328
+ "cpuinfo_utils.h",
329
+ "threadpool.h",
330
"file_descriptor_data_loader.h",
331
"serialize.h",
332
}
0 commit comments