This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author webknjaz
Recipients brandtbucher, brett.cannon, eric.snow, michaelanckaert, nanjekyejoannah, ncoghlan, webknjaz
Date 2020-12-11.17:07:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607706437.07.0.677262622942.issue26131@roundup.psfhosted.org>
In-reply-to
Content
> What is "VendorImporter"

@brett.cannon `VendorImporter` is something comping from `pkg_resources`. Because of an entangled traceback and the fact that it dynamically injects a vendored copy of `six`, it's hard to spot. Here's an upstream issue I filed about this warning: https://github.com/pypa/setuptools/issues/2481.
History
Date User Action Args
2020-12-11 17:07:17webknjazsetrecipients: + webknjaz, brett.cannon, ncoghlan, eric.snow, michaelanckaert, brandtbucher, nanjekyejoannah
2020-12-11 17:07:17webknjazsetmessageid: <1607706437.07.0.677262622942.issue26131@roundup.psfhosted.org>
2020-12-11 17:07:17webknjazlinkissue26131 messages
2020-12-11 17:07:16webknjazcreate