NegBio icon indicating copy to clipboard operation
NegBio copied to clipboard

Warning in environment3.7.yml about pip-installed dependencies without pip as a dependency

Open MaxGhenis opened this issue 5 years ago • 0 comments

(base) mghenis@penguin:~/NegBio$ conda env create -f environment3.7.yml

Produces this warning:

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.

MaxGhenis avatar May 05 '20 23:05 MaxGhenis