Open rhc54 opened 7 months ago
We have a similar issue when using conda 24.7.1 which started this weekend in our CI pipeline. It started without any change to the code, the pipeline worked on Thursday on a PR and now it stopped working on the same PR on top of the same main branch. Any news on this?
Edit: Updating the conda-build package from 3.28.4 to the latest version 24.7.1 solved the issue for us. Still weird it started happening all of a sudden
Same problem for me on Ubuntu 22.04, conda update --all
did not help.
The module is not there:
$ ls /home/kris/miniconda3/envs/stircondaforge/lib/python3.12/site-packages/conda/auxlib
LICENSE __init__.py __pycache__ collection.py compat.py decorators.py entity.py exceptions.py ish.py logz.py type_coercion.py
As I'm getting warnings about the defaults
channel, and I read https://conda-forge.org/docs/user/transitioning_from_defaults/ and saw that I had packages from the defaults
channel
$ conda list --show-channel-urls|grep conda
conda 24.9.2 py312h06a4308_0 defaults
conda-build 24.9.0 py312h06a4308_0 defaults
conda-forge-pinning 2024.11.20.13.33.43 hd8ed1ab_0 conda-forge
conda-index 0.5.0 py312h06a4308_0 defaults
conda-libmamba-solver 24.9.0 pyhd3eb1b0_0 defaults
conda-package-handling 2.4.0 py312h06a4308_0 defaults
conda-package-streaming 0.11.0 py312h06a4308_0 defaults
conda-smithy 3.44.7 unix_pyhd81877a_0 conda-forge
So, I followed those instructions to remove defaults
channel, and after another update --all
, I have
conda 24.9.2 py312h7900ff3_0 conda-forge
conda-build 24.9.0 py312h7900ff3_0 conda-forge
conda-forge-pinning 2024.11.20.13.33.43 hd8ed1ab_0 conda-forge
conda-index 0.5.0 pyhd8ed1ab_0 conda-forge
conda-libmamba-solver 24.9.0 pyhd8ed1ab_0 conda-forge
conda-package-handling 2.4.0 pyh7900ff3_0 conda-forge
conda-package-streaming 0.11.0 pyhd8ed1ab_0 conda-forge
conda-smithy 3.44.7 unix_pyhd81877a_0 conda-forge
But that still didn't help.
Solution to issue cannot be found in the documentation.
Issue
I installed
conda
, and then did:which completed without error. However, when I try to run
smithy
, I keep hitting the following error:Doesn't matter what
smithy
command I use - always the same error. I have been unable to find anywhere that I can install the missing package.Probably something dumb I've done, but I could use a pointer!
Installed packages
Environment info