블로그 이미지
Flying Mr.Cheon youGom

Recent Comment»

Recent Post»

Recent Trackback»

« 2024/5 »
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

note, pycurl install error

커리어 관리/프로젝트 흔적 | 2023. 5. 11. 23:16 | Posted by youGom

pycurl install error in python3.6

sudo apt-get install libpython3.6-dev
sudo apt install python-pycurl
sudo apt install libcurl4-gnutls-dev
sudo apt-get install python3.6-dev
sudo apt-get install libssl-dev libcurl4-openssl-dev

export PYCURL_SSL_LIBRARY=openssl
pip install --compile --install-option="--with-openssl" --no-cache-dir pycurl

 

import error - pycurl
error : ImportError: pycurl: libcurl link-time ssl backend (gnutls) is different from compile-time ssl backend (openssl)
reason: not installed openssl; libcurl4-openssl-dev

pip uninstall pycurl
sudo apt-get install libcurl4-openssl-dev
pip install --compile --install-option="--with-openssl" pycurl

 

'커리어 관리 > 프로젝트 흔적' 카테고리의 다른 글

[ 메모 ] 채팅 프로그램  (0) 2013.05.29
Rullet  (0) 2013.05.03
RF.plan  (0) 2013.03.26
: