본문 바로가기

python

python reqeusts,bs4,selenium,pandas 설치

 

python reqeusts,bs4,selenium,pandas 설치

pip install requests
pip install selenium
pip install bs4
pip install pandas

 

pip 에러가 뜬다면?

https://k-kk.tistory.com/99

 

command not found: pip 에러 pip 업그레이드 후 alias pip

(command not found: pip 에러 pip 업그레이드 후 alias pip)파이썬3은 내장 pip가 있다는데 왜 에러가 뜨지pip3 install --upgrade pip 난 어차피 파이썬3이니까 3으로 업그레이드 해줘야하긴 함pip를 3으로 업그레

k-kk.tistory.com