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