andrewdotn

Results 4 comments of andrewdotn

I am having the same issue on the new Ubuntu 22.04 but not the previous 21.10. I do not understand the problem but I have identified a workaround: `pip uninstall...

The (excellent!) bug report at https://github.com/pypa/setuptools/issues/3278 identifies the cause more precisely. There are two better workarounds identified there: - Set the environment variable `SETUPTOOLS_USE_DISTUTILS=stdlib` when running pipenv. - Or change...

@matteius Yup, that branch works for me when I change the `pip install` line in [my test Dockerfile](https://github.com/pypa/pipenv/issues/5075#issuecomment-1107370334) to @felipecrp’s `pip install "git+https://github.com/pypa/pipenv.git@issue-5075-setuptools"`, and include a required `apt install -y...

@khteh I can’t reproduce that, are you able to provide a script that does so in a fresh container or VM? The following Dockerfile works for me and uses the...