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
- Bash
- 테라폼 문법
- zshrc
- docker-compose
- zsh
- terraform
- nosql
- 도커컴포즈
- terraform 문법
- python
- test
- 빅오노테이션
- iterm2 단축키
- Django
- sftp란
- 컨테이너
- customize
- BIG-O NOTATION
- minikube mac 설치
- iterm2 shortcuts
- 도커
- DynamoDB
- 테라폼 기본 문법
- server
- minikube 설치 방법
- docker
- 파이썬
- linux
- AWS
- Shell
Archives
- Today
- Total
sklass의 s-class 프로그래밍 blog
[MySQL] pip install mysqlclient 설치시 crun 관련 에러 본문
MacOS 에서 mysql 설치 시 pip install mysqlclient 명령어를 입력하였을 때, 아래와 같은 에러가 나는 경우가 있다.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
error: command '/usr/bin/gcc' failed with exit code 1
이는 xcode-select 경로가 없는 문제로, 아래의 명령어로 xcode-select 를 설치해주어야 한다.
$ xcode-select --install
다시 pip install mysqlclient를 입력하면 잘 설치된다.
'MySQL' 카테고리의 다른 글
[MySQL] Ubuntu에서 pip install mysqlclient 에러 해결방법 (0) | 2021.12.04 |
---|---|
MySQL/MariaDB 데이터를 AWS RDS MySQL/MariaDB로 migrate 하는 법 (0) | 2021.11.29 |