구축환경
Ubuntu 18.04
python 3.7
# pymysql 설치
$ pip3 install pymysql
# confluent-kafka 설치
$ pip3 install confluent-kafka
'python' 카테고리의 다른 글
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb5 in position 0: invalid start byte (0) | 2020.08.11 |
---|---|
[MacOS] pip3 -V이 python2.7대로 뜨는 에러 (0) | 2020.08.10 |
virtualenv로 python3.7 가상환경 생성 (0) | 2020.07.29 |