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
- 정규식 컴파일
- 정규식 활용
- snmp
- c3 축 없애기
- g++ 업데이트
- semanage
- c3 second
- gcc regex
- python subprocess
- python popen
- selinux port 등록
- c++ 정규식
- 정규식 문자열 출력
- snmp test
- InfluxDB
- 1697
- linux시간으로 변경
- c3 초
- telegraf
- centos pyhon 설치
- regex_search
- gcc 업데이트
- c3 step graph
- influxdb 설치
- subporcess path
- CentOS7
- 백준
- python os
- c3 축 가리기
- grafana dashboard
Archives
- Today
- Total
리셋 되지 말자
[Postgres] psycopg2-binary 설치 본문
파이썬에서 postgres 사용하기
django를 docker로 묶어서 사용하려는데, python에서 postgres를 사용하려면 추가 패키지가 필요.
그 중에서도 psycopg2를 설치하라고 경고문구가 나오고, psycopg2를 설치하면 psycopg2는 곧 psycopg3로 이전될 것이니, psycopg2-binary를 설치하라고 나온다. 친절히 설치방법이 있는 링크도 알려준다...
pip install psycopg2-binary
링크 : https://www.psycopg.org/docs/install.html#binary-install-from-pypi
Django와 postgres를 묶어서 사용하는 방법
'Database' 카테고리의 다른 글
[MongoDB] db, collection, user 생성 (0) | 2023.06.05 |
---|---|
[Mysql] auto login 및 command로 query 보내기 (0) | 2023.04.21 |
[MySQL 8.0] nodejs mysql 연동 에러 (0) | 2020.09.18 |
[MySQL 8.0] password policy 변경 (0) | 2020.09.18 |
[JDBC] AUTO_INCREMENT key값을 이용한 JDBC 프로그래밍 (0) | 2019.11.26 |
Comments