Issue: we have observed issues across multiple projects when building Renku images using conda with the defaults channel supported by Anaconda.com
Solution: we recommend Renku users to complete the following steps in their projects.
- Remove
defaults
channel from theenvironment.yml
file. - Add
conda-forge
channel in theenvironment.yml file
if it is not already there (in the default Renku projects, conda-forge is not there).
By following the above steps, users should be able to proceed as usual working on their projects. Please, note that conda-forge is a community supported service which does not have the same terms of service as anacondaโs channel.