반응형
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot open shared object file: No such file or directory)
CondaValueError: You have chosen a non-default solver backend (libmamba) but it was not recognized. Choose one of: classic
잘 쓰던 conda가 어느날 위와 같이 에러를 뱉기 시작했다. conda env list 정도의 출력 커맨드를 제외하곤 앵무새처럼 계속 위와 같이 에러를 계속 뱉는다. 원인은 모르겠다...
해결법
conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
이렇게 치니까 되더라.
반응형
'Trouble > Others' 카테고리의 다른 글
ONNX 모델 GPU inference 안 될 때, onnxruntime-gpu 에러 날 때 (0) | 2024.08.07 |
---|---|
Meshlab Ubuntu 22.04 에서 사용 안될 때 (0) | 2024.07.24 |
tinycudann 설치 시 No CUDA runtime is found 문제 (0) | 2024.05.07 |
Golang vscode 이용 시 failed to save 문제 (0) | 2022.06.23 |