conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

Conda Lock warning when using pip packages #85

Open AlbertDeFusco opened 1 year ago

AlbertDeFusco commented 1 year ago

When pip packages are included in enviroment yml files the following warning is shown. For now the packages do get locked and installed correctly, so perhaps the warning is not correct for this use case. But it should still be investigated.

WARNING:conda_lock.conda_lock:WARNING: installation of pip dependencies is only supported by the 'conda-lock install' command. Other tools may silently ignore them. For portability, we recommend using the newer unified lockfile format (i.e. removing the --kind=explicit argument.