일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ue4dumper
- intelmac
- 척추관협착증
- open redirect
- 네이버카페
- self-signed
- Malware Sample
- CryptoJS
- 중고나라
- esbuild
- NUGU
- 모의해킹
- Sequoia
- 로맨스스캠
- 안전결제
- XSS
- react
- 변태는
- 거래사기
- 많다..
- 보이스피싱 #대검찰청 #명의도용 #비밀번호 #계좌번호 #공공기관 #가짜검찰청
- 채팅환전사기
- MongoDB #NoSQL #CreateUser #DropUser #mongod #mognod.conf
- 취약점
- 허리디스크
- shell_gpt
- speed-measure-webpack-plugin
- CJ대한통운 #쿠팡 #통관번호오류 #통관고유번호오류 #안주원팀장 #모건인베스트
- Frida
- ssrf
Archives
- Today
- Total
annyoung
python pyodbc 설치 탐험기 본문
우선 환경은 Ubuntu Server 16.04 LTS이다. (Azure)
python pyodbc를 설치하려고 하는데 자꾸 에러가 뜬다..
날 괴롭힌 에러는 다음과 같다.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
위에 있는 에러가 자꾸 뜬다...
열심히 찾아봤는데 자꾸 이상한 lib들 설치하라고 난리친다.
sudo apt-get install unixodbc-dev wget https://packages.microsoft.com/ubuntu/16.04/prod/pool/main/m/msodbcsql17/msodbcsql17_17.0.1.1-1_amd64.deb sudo dpkg -i msodbcsql17_17.0.1.1-1_amd64.deb pip install pyodbc |
이거 하면 잘된다.
1번라인 : unixodbc develop 관련 라이브러리 설치
2번라인 : mssql odbc drvier 17 다운
3번라인 : 다운받은 데비안 패키지 설치
4번라인 : pyodbc 설치
끝..
'프로그래밍' 카테고리의 다른 글
Azure blob storage SDK set Content-Type using php (0) | 2019.02.12 |
---|---|
python get image from video using cv2 (VIDEOIO ERROR: V4L: can't find camera device) (0) | 2019.01.30 |
[javascript] calculate datetime (0) | 2018.04.24 |
[javascript] get ip only using javascript (5) | 2018.04.19 |
python ctypes GetFileVersion (0) | 2016.11.09 |
Comments