본문 바로가기
[Python 파이션 관련정보]

python3 에 beautifulsoup 설치하기

by 왕작가 2020. 10. 7.

회사에서는 pip 에러가 난다.

 

(linux)
alias pip='pip --trusted-host pypi.org --trusted-host files.pythonhosted.org'

 

 

(windows)
C:>pip --trusted-host pypi.org --trusted-host files.pythonhosted.org install --upgrade --user pip
C:\Users\win>pip3 install --upgrade --user pip

C:>pip --trusted-host pypi.org --trusted-host files.pythonhosted.org install --user requests

C:>pip --trusted-host pypi.org --trusted-host files.pythonhosted.org install --user --use-feature=2020-resolver pandas

C:>pip --trusted-host pypi.org --trusted-host files.pythonhosted.org install --user lxml

'[Python 파이션 관련정보]' 카테고리의 다른 글

파일 확장자 변환 프로그램  (0) 2021.03.27
CRC16 python code  (1) 2021.01.31
qt4 사용법  (0) 2020.10.08