Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- langchain
- aimv2
- gemma-3-27b-it
- PEFT
- vLLM
- transformer
- torch._C._cuda_getDeviceCount()
- nccl
- sfttrainer
- gemma2
- diffusion
- llama-4-scout-17b-16e-instruct
- instruction tuning
- ubuntu
- Text-to-Image
- backbone
- error: mkl-service + intel(r)
- Mac
- Fine-tuning
- Gemma
- glibcxx
- Lora
- llm
- tensor-parallel
- ViT
- gemma-3
- multi-gpu
- CPT
- prompt
- llama-4
Archives
- Today
- Total
꾸준하게
ImportError: /home/lawform/miniconda3/envs/ys/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.32' not found 본문
이슈 해결
ImportError: /home/lawform/miniconda3/envs/ys/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.32' not found
yeonsikc 2024. 12. 3. 10:44에러 전문
mysql 부분에서 아래와 같은 에러가 발생하였다.
ImportError: ~/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /lib/x86_64-linux-gnu/libmysqlclient.so.21)
ERROR 12-03 01:36:14 multiproc_worker_utils.py:116] Worker VllmWorkerProcess pid 2536513 died, exit code: -15
INFO 12-03 01:36:14 multiproc_worker_utils.py:120] Killing local vLLM worker processes
~/lib/python3.11/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
해결 방법
GLIBCXX 버전에 맞는 GCC를 설치해주면 된다.
이 링크에서 적절한 gcc 버전을 확인한 뒤 아래와 같이 설치하면 해결된다.
conda install -c conda-force gcc=13.2
'이슈 해결' 카테고리의 다른 글
[torch] torch._C._cuda_getDeviceCount() = 0 해결 (0) | 2025.08.22 |
---|---|
[vLLM] AttributeError: 'MultiprocExecutor' object has no attribute 'workers' (0) | 2025.05.07 |
[Azure] NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. (2) | 2024.09.02 |
[VS code] Python Debugger가 작동하지 않을 때 (외부코드) (0) | 2024.08.17 |
[Mac] OSError: Ghostscript is not installed. (0) | 2024.08.12 |