AntiPattern
Environment And Import Mismatches
interpreter-dependency-mismatch
Interpreter and dependency mismatches break module imports or build steps because the runtime points at the wrong Python path/version or missing native libraries, leading to import errors and AST/build failures that stop execution.