IT News

pycurl 에러와 pycurl 7.45.2 설치 방법

posttstory 2024. 2. 5.
728x90

pycurl 에러와 설치 방법

 

1. python에 접속하여 pycurl import 하여 에러메시지 확인

# python3

>>> import pycurl

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (none/other)

 

 

2. 위 에러 발생시 제거 후 재설치 해준다.

# pip3 uninstall pycurl

# export PYCURL_SSL_LIBRARY=nss

# pip3 install --compile --install-option="--with-nss" --no-cache-dir pycurl

 

# python3

>>> import pycurl

 =======================

 

 

pycurl 7.45.2 설치 방법

https://pypi.org/project/pycurl/#files

 

pycurl

PycURL -- A Python Interface To The cURL library

pypi.org

 

 

pycurl 다운

 

 

 

 

pycurl 다운
pycurl 다운

 

위에서 다운 받아서 설치를 진행해보는데.. 정확히 설치가 되지 않고 있다.

해결 방법을 알아 보고 있는데 아직은 찾아ㅣ 지지가 않네..

728x90

댓글

💲 추천 글