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
- 도커
- linux
- terraform
- 컨테이너
- Shell
- terraform 문법
- server
- 파이썬
- nosql
- 테라폼 문법
- minikube mac 설치
- minikube 설치 방법
- BIG-O NOTATION
- 테라폼 기본 문법
- docker-compose
- 빅오노테이션
- zshrc
- iterm2 shortcuts
- Bash
- Django
- python
- customize
- zsh
- sftp란
- 도커컴포즈
- iterm2 단축키
- AWS
- test
- DynamoDB
- docker
Archives
- Today
- Total
목록pip install mysqlclient ubuntu 에러 (1)
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
2021. 12. 4. 22:33