Adam J. Stewart

Results 884 comments of Adam J. Stewart

The https://codecov.io/ website should also be updated to make it clear that there is no browser extension supported. This browser extension was the main reason we switched from Coveralls to...

Does someone else want to open a bug with coverage? I no longer have access to the system where I first encountered this issue, so I can no longer help...

To clarify, according to https://github.com/dask/dask-xgboost/issues/80, `dask-xgboost` is now deprecated and packages should now depend on `xgboost+dask` instead.

I just hit this issue as well. I'm a developer for the [Spack](https://spack.io) package manager. Spack installs each package into a separate installation prefix, so we rely on things like...

Spack builds Python with the `--without-ensurepip` flag, is that the cause of the issue? Even with this flag enabled, I'm still able to import ensurepip. My understanding is that this...

Yes, they are there: ```console $ ls lib/python3.8/ensurepip/_bundled/ pip-21.1.1-py3-none-any.whl setuptools-56.0.0-py3-none-any.whl ```

Can you give me some venv commands that you expect to work? Never used it before, as Spack has its own virtual environments.

FWIW, removing `--without-ensurepip` in my Python build solved the issue for me. So it sounds like this library requires the `ensurepip` package to be installed and working.