Replies: 1 comment
-
Actually I did not delete the previous python 3.9.x. I simply tried to build the new one. It seems to me that when running the in-tree python that was just built to do things, it should be prevented from loading anything from the normal PYTHONPATH. Deleting the installation of setuptools allowed the build to work, but that's of course a workaround. (This is a clarification not an answer.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This might sound contrived but happened in practice (https://mail-index.netbsd.org/pkgsrc-users/2022/01/10/msg035036.html):
Now building python fails because python's setup.py finds setuptool's distutils which tries to use binascii, which is not installed yet/any longer.
Any ideas how to work around this problem?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions