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