[파이썬 에러] Autogluon 설치 오류 해결 pip install autogluon

2025. 6. 12. 21:22·에러 해결 모음집
728x90
반응형

문제 

pip install autogluon 실행하면 다음과 같이 멈춤

Building wheel for blis (pyproject.toml) ... \

 

원인

blis와 같은 일부 파이썬 패키지들이 C/C++ 코드를 포함하기 때문에 컴파일이 필요함

gcc, g++, python3-dev 등 빌드에 필요한 도구가 없으면 저 상태로 무한 대기하게 됨 

 

해결법

아래 명렁어들을 쭉 실행해보자.

1. 빌드 도구 설치

sudo apt-get update
sudo apt-get install build-essential python3-dev python3.9-dev

2. pip 및 빌드 도구 업그레이드

pip install --upgrade pip setuptools wheel

3. (가능하면) 빌드 없이 바이너리 설치 

pip install blis --prefer-binary

4. 3번으로 해결 안되면 conda로 설치

conda install -c conda-forge blis

 

+ 참고로 저는 python 3.8 에서 설치가 안 되어서 python 3.9 환경 새로 만들고 설치했더니 됐습니다!


궁금한 점이 있으시다면 댓글 남겨주세요 ❣️

728x90
반응형

'에러 해결 모음집' 카테고리의 다른 글

[파이썬 에러] `np.complex` was a deprecated alias for the builtin `complex`  (0) 2025.04.08
[파이썬 에러] name '_C' is not defined  (0) 2025.02.10
[OpenCV 에러] cv2.imwrite() 검정색 이미지로만 저장되는 현상 해결  (2) 2025.02.05
[파이썬 에러] TypeError: read() got an unexpected keyword argument 'ignoregamma’  (1) 2025.02.05
[파이썬 에러] 'numpy.ndarray' object has no attribute 'dim'.  (0) 2024.06.11
'에러 해결 모음집' 카테고리의 다른 글
  • [파이썬 에러] `np.complex` was a deprecated alias for the builtin `complex`
  • [파이썬 에러] name '_C' is not defined
  • [OpenCV 에러] cv2.imwrite() 검정색 이미지로만 저장되는 현상 해결
  • [파이썬 에러] TypeError: read() got an unexpected keyword argument 'ignoregamma’
View synthesis 공부하는 대학원생
View synthesis 공부하는 대학원생
AI - view synthesis에 대해 공부하고 있으며, AI 공부하시는 분들과 함께 소통하고 싶습니다 😍
  • View synthesis 공부하는 대학원생
    Happy Support's Blog
    View synthesis 공부하는 대학원생
  • 전체
    오늘
    어제
    • 분류 전체보기 (63)
      • View synthesis (3)
      • Backbone (5)
      • Generative Models (5)
      • On-device AI (3)
      • ML (2)
      • DL (1)
      • LLM (2)
      • 코딩테스트 (25)
      • 에러 해결 모음집 (12)
      • 기타 (4)
  • 링크

  • 인기 글

  • 최근 댓글

  • 최근 글

  • 250x250
    반응형
  • hELLO· Designed By정상우.v4.10.3
View synthesis 공부하는 대학원생
[파이썬 에러] Autogluon 설치 오류 해결 pip install autogluon
상단으로

티스토리툴바