Installation issues when previously-imported pkg_resources are present #453
Comments
Original comment by dweepcan (Bitbucket: dweepcan, GitHub: dweepcan): I have already figured out a fix to this issue, which is the same as the fix for https://bitbucket.org/pypa/setuptools/issues/345, and have it tested on my local machine. I am currently in the process of creating a pull request. |
Original comment by dweepcan (Bitbucket: dweepcan, GitHub: dweepcan): Added pull request: https://bitbucket.org/pypa/setuptools/pull-requests/153/unload-all-pkg_resources-modules-and-not/diff that fixes this issue. Tested locally on version 18.4. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: dweepcan (Bitbucket: dweepcan, GitHub: dweepcan)
Using a custom implementation of
bootstrap-buildout.py
, which is very similar, installing setuptools gives the following error:This issue seems very similar to https://bitbucket.org/pypa/setuptools/issues/345, which seems to have been fixed in version 12.2, but seems to have been reintroduced in a later version.
The text was updated successfully, but these errors were encountered: