pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: virtualenv/pip failure, how to debug/fix?
On Thu, Dec 30, 2021 at 02:17:56PM -0500, Greg Troxel wrote:
>
> Thomas Klausner <wiz%NetBSD.org@localhost> writes:
>
> > def _get_sysconfigdata_name():
> > - multiarch = getattr(sys.implementation, '_multiarch', '')
> > return os.environ.get(
> > '_PYTHON_SYSCONFIGDATA_NAME',
> > - f'_sysconfigdata_{sys.abiflags}_{sys.platform}_{multiarch}',
> > + f'_sysconfigdata_{sys.platform}',
> > )
>
> This explains the missing _ in pkgsrc, or the extra in venv
Not completely - which code does the venv use? If distutils (included
in python) or setuptools (with the new config file) - both are
patched.
Thomas
Home |
Main Index |
Thread Index |
Old Index