Cudf: [BUG] Conda environment has pip-installed dependencies, but doesn't depend on pip

Created on 10 Apr 2019  路  7Comments  路  Source: rapidsai/cudf

I'm using:

  • branch-0.7 of cudf
  • Devaun 2.0 ASCII
  • conda 4.6.11
  • CUDA 9.2
  • conda/environments/cudf_dev_cuda9.2.yml

When I

conda update -f conda/environments/cudf_dev_cuda9.2.yml

My conda tells me:

Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies.  Conda may not use the correct pip to install your packages, and they may end up in the wrong place.  Please add an explicit pip dependency.  I'm adding one for you, but still nagging you.
bug conda good first issue

Most helpful comment

All 7 comments

That's the same command I use to update my conda environments and I've never seen this error.

Perhaps you have something in your environment that was previously pip installed?

@jrhemstad : Not that I know of, but the YAML file has:

 pip:
  - sphinx-markdown-tables

in it.

I think this was a recent change in conda to push towards explicitly adding pip as a dependency.

This is resolved, pip is now included in the environment files.

The same issue is facing. Kindly guide.
yasirniazi@yasirniazi:~/2020plus-1.2.3$ conda env create -f environment_python.yml
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.

This is resolved, pip is now included in the environment files.

how did you resolve?

Was this page helpful?
0 / 5 - 0 ratings