When trying to update packages using conda 4.7.5 (macOS) I get the following warning:
WARNING conda.base.context:use_only_tar_bz2(632): Conda is constrained to only using the old .tar.bz2 file format because you have conda-build installed, and it is <3.18.3. Update or remove conda-build to get smaller downloads and faster extractions.
however, when I try to uninstall conda-build it shows it as not being installed:
PackagesNotFoundError: The following packages are missing from the target environment:
- conda-build
When trying to update packages using conda 4.7.5 (macOS) I get the following warning:
however, when I try to uninstall
conda-buildit shows it as not being installed: