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 c8f1c56 commit fa6026cCopy full SHA for fa6026c
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