<#16897 NoSourceRootError: No source root found fo...
# github-notifications
q
#16897 NoSourceRootError: No source root found for `3rdparty` Issue created by rsitzman Describe the bug After upgrading my project from v2.11.1 to v2.13.0, I get the error
NoSourceRootError: No source root found for '3rdparty'
when trying to package a python dist. Pants version 2.13.0 OS Issue occurs on both Mac and linux Additional info Adding
"/"
to the list of
root_patterns
resolves the issue, but this doesn't seem to fit the intended use of
root_patterns
. Minimal reproduction of the issue can be found here: https://github.com/rsitzman/pants-sourceroot-error pantsbuild/pants