<#21165 Default package resolver is not working fo...
# github-notifications
c
#21165 Default package resolver is not working for Azure Packages Issue created by rhuanbarreto Describe the bug I'm on v2.21.0 of pants but I'm still getting warnings despite the references in https://github.com/pantsbuild/pants/blob/release_2.21.0/src/python/pants/backend/python/dependency_inference/default_module_mapping.py:
Copy code
16:15:14.27 [WARN] Pants cannot infer owners for the following imports in the target [redacted]:

  * azure.storage.filedatalake.DataLakeServiceClient (line: 2)

If you do not expect an import to be inferrable, add `# pants: no-infer-dep` to the import line. Otherwise, see <https://www.pantsbuild.org/2.21/docs/using-pants/troubleshooting-common-issues#import-errors-and-missing-dependencies> for common problems.
16:15:14.27 [WARN] Pants cannot infer owners for the following imports in the target [redacted]:

  * azure.storage.filedatalake.ContentSettings (line: 3)

If you do not expect an import to be inferrable, add `# pants: no-infer-dep` to the import line. Otherwise, see <https://www.pantsbuild.org/2.21/docs/using-pants/troubleshooting-common-issues#import-errors-and-missing-dependencies> for common problems.
16:15:14.27 [WARN] Pants cannot infer owners for the following imports in the target [redacted]:

  * azure.storage.filedatalake.PathProperties (line: 4)
Pants version Which version of Pants are you using? 2.21.0 OS MacOS pantsbuild/pants