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
- docker
- DynamoDB
- customize
- server
- 도커
- iterm2 shortcuts
- 빅오노테이션
- iterm2 단축키
- Django
- docker-compose
- minikube mac 설치
- zsh
- linux
- 테라폼 기본 문법
- test
- 도커컴포즈
- python
- AWS
- 테라폼 문법
- terraform
- 컨테이너
- zshrc
- nosql
- Bash
- 파이썬
- BIG-O NOTATION
- sftp란
- terraform 문법
- Shell
- minikube 설치 방법
Archives
- Today
- Total
sklass의 s-class 프로그래밍 blog
[MySQL] Ubuntu에서 pip install mysqlclient 에러 해결방법 본문
Ubuntu 에서 pip install mysqlclient 를 실행하면, 아래와 같은 에러가 날 수 있다.
ERROR: Command errored out with exit status 1:
python setup.py egg_info Check the logs for full command output.
이런 경우에는 아래의 명령어를 실행 후 다시 한번 pip install mysqlclient를 하면 정상 작동한다.
$ sudo apt-get install libmysqlclient-dev
'MySQL' 카테고리의 다른 글
[MySQL] pip install mysqlclient 설치시 crun 관련 에러 (0) | 2021.12.04 |
---|---|
MySQL/MariaDB 데이터를 AWS RDS MySQL/MariaDB로 migrate 하는 법 (0) | 2021.11.29 |