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
- error: mkl-service + intel(r)
- sfttrainer
- llama-4
- instruction tuning
- diffusion
- ViT
- ubuntu
- tensor-parallel
- glibcxx
- langchain
- Gemma
- nccl
- gemma-3-27b-it
- gemma2
- vLLM
- Fine-tuning
- llm
- gemma-3
- PEFT
- backbone
- prompt
- CPT
- Mac
- lora+
- Lora
- Text-to-Image
- domain-adapted pre-training
- multi-gpu
- llama-4-scout-17b-16e-instruct
- transformer
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
'이슈 해결' 카테고리의 다른 글
[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 |
[Mac] error: externally-managed-environment (0) | 2024.08.06 |