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
- 최성재
- 창궐
- 우한코로나바이러스
- 미중
- 우한 코로나
- 봉준호감독통역사
- cnn
- 코로나바이러스
- wuhan
- 우한
- 우한코로나
- sharonchoi
- 봉준호감독통역
- 조현병
- 중국외교부
- 확진자수
- 필리핀사망
- 어서와한국은처음이지
- 진짜영웅
- red hearse
- 치앙마이
- 정은경 본부장님
- Bolton
- 신종코로나
- parasite
- 코로나
- 웨일즈
- 코로나19
- everybody wants you
- 전염병
Archives
- Today
- Total
오지's blog
m1 맥북에서 pymssql설치 방법 본문
728x90
반응형
brew install freetds openssl
export LDFLAGS="-L/opt/homebrew/opt/freetds/lib -L/opt/homebrew/opt/openssl@3/lib"
export CFLAGS="-I/opt/homebrew/opt/freetds/include"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include"
python -m pip install pymssql
참고
https://github.com/pymssql/pymssql/issues/727
'개발노트 > 데이터베이스' 카테고리의 다른 글
snowflake에서 select시 where절의 서브 쿼리 between이용 하여 정제 (0) | 2023.03.16 |
---|---|
snowflake에서 AWS s3접근하는 2가지 방법정리 (0) | 2022.09.01 |
Snowflake DELETE쿼리를 효율적으로 수행하는 방법(범용) (0) | 2022.07.01 |
snowflake 에러메세지: 100096 (22007): Can't parse 'y' as timestamp with format 'AUTO' 에러 발생 원인과 해결책 (0) | 2022.05.31 |
snowflake Numeric value 'string_value' is not recognized. 에러 발생이유 (0) | 2022.05.09 |
Comments