We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974cd1d commit 1198608Copy full SHA for 1198608
setup.py
@@ -49,7 +49,7 @@
49
except ImportError:
50
warnings.warn(
51
"Cannot compile native C code, because of a missing build dependency",
52
- stacklevel=1,
+ stacklevel=2,
53
)
54
_ABLE_TO_COMPILE_EXTENSIONS = False
55
0 commit comments