<#18131 2.16.0.dev6 ModuleNotFoundError: No module...
# github-notifications
q
#18131 2.16.0.dev6 ModuleNotFoundError: No module named 'pants.backend.python.dependency_inference.scripts' Issue created by cburroughs Describe the bug Checkout https://github.com/pantsbuild/example-python
Copy code
diff --git a/pants.toml b/pants.toml
index fc5bff0..5fcab55 100644
--- a/pants.toml
+++ b/pants.toml
@@ -2,7 +2,7 @@
 # Licensed under the Apache License, Version 2.0 (see LICENSE).
 
 [GLOBAL]
-pants_version = "2.14.0"
+pants_version = "2.16.0.dev6"
 backend_packages.add = [
   "pants.backend.build_files.fmt.black",  
   "pants.backend.python",
Copy code
$ ./pants test ::
14:25:33.81 [INFO] Starting: Resolving plugins: toolchain.pants.plugin==0.25.0
14:25:39.66 [INFO] Completed: Resolving plugins: toolchain.pants.plugin==0.25.0
14:25:39.81 [WARN] DEPRECATED: `pants.engine.environment.Environment` is scheduled to be removed in version 2.17.0.dev0.

Use `pants.engine.env_vars.EnvironmentVars`.
14:25:39.81 [WARN] DEPRECATED: `pants.engine.environment.EnvironmentRequest` is scheduled to be removed in version 2.17.0.dev0.

Use `pants.engine.env_vars.EnvironmentVarsRequest`.
14:25:39.83 [WARN] DEPRECATED: `pants.engine.environment.CompleteEnvironment` is scheduled to be removed in version 2.17.0.dev0.

Use `pants.engine.env_vars.CompleteEnvironmentVars`.
14:25:40.06 [INFO] Initializing scheduler...
14:25:41.85 [INFO] Scheduler initialized.
14:25:42.02 [ERROR] 1 Exception encountered:

Engine traceback:
  in `test` goal

ModuleNotFoundError: No module named 'pants.backend.python.dependency_inference.scripts'
Pants version
2.16.0.dev6
OS Linux Additional info Noticed this upgrading a proof of concept repo/branch that was on
2.16.0.dev5
pantsbuild/pants