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
- zshrc
- test
- DynamoDB
- 테라폼 기본 문법
- terraform 문법
- Shell
- iterm2 단축키
- 도커컴포즈
- zsh
- docker-compose
- 파이썬
- docker
- sftp란
- Django
- 테라폼 문법
- 컨테이너
- iterm2 shortcuts
- BIG-O NOTATION
- server
- minikube 설치 방법
- nosql
- Bash
- 도커
- terraform
- minikube mac 설치
- linux
- 빅오노테이션
- AWS
- customize
- python
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 |