https://dschloe.github.io/python/2023/09/m1_settings_xgboost_lightgbm/#%ED%85%8C%EC%8A%A4%ED%8A%B8
M1 환경설정 XGBoost & LightGBM with Streamlit in Python
개요 M1에서 Python 환경설정을 해본다. XGBoost & LightGBM 및 Streamlit 설치를 진행한다. 아나콘다 설치 m1 버전의 아나콘다를 설치한다. 깃헙 레포 생성 먼저 github repo를 생성한다. Conda 가상환경 설정 git
dschloe.github.io
PermissionError: [Errno 1] Operation not permitted after macOS Catalina Update
After installing macOS 10.15 Catalina I am getting the following error for simple file and directory operations in Python 3.x: "PermissionError: [Errno 1] Operation not permitted" Several operations
stackoverflow.com
M1 Mac(맥북)에서 아나콘다 초기 설정
- 목차 들어가는 말 1. 아나콘다로 가상 환경 확인하기 2. 가상 환경 설정하기 3. 라이브러리 설치(선택 사항) 4. 가상 환경 삭제 5. 터미널에서 주피터 노트북 종료하기 들어가는 말 아나콘다는 다
applecoconut.tistory.com
https://randomwalk.tistory.com/56
맥북 M1에서 LightGBM, XGBoost 설치하는 방법
Step 1: Xcode Command Line Tools를 설치한다. xcode-select --install Step 2: Brew를 설치한다. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Step 3: miniforge를 설치한다. brew install miniforge
randomwalk.tistory.com
'Programming Basics' 카테고리의 다른 글
👩🏻💻 AWS 시작 & mac 원격 서버 접속 & 가상환경 설치 (0) | 2023.10.16 |
---|---|
[크롤링] 게시글 제목 크롤링해서 DataFrame으로 만들기 (0) | 2023.10.04 |
[Scrapy 크롤링] Worldometer에서 나라별 인구수 크롤링 (0) | 2023.08.08 |
[Scrapy 크롤링] Worldometer에서 나라이름 크롤링 (0) | 2023.08.08 |
XPath란 (0) | 2023.08.08 |