본문 바로가기
자연어처리 /텐서플로와 머신러닝으로 시작하는 자연어처리

[텐서플로와 머신러닝으로 시작하는 자연어처리] 1장. 들어가며

by mintee
728x90

깃허브 주소

https://github.com/NLP-kr/tensorflow-ml-nlp

 

NLP-kr/tensorflow-ml-nlp

텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지). Contribute to NLP-kr/tensorflow-ml-nlp development by creating an account on GitHub.

github.com

 

- 깃허브에 있는 실습프로젝트 내려받기

git clone https://github.com/NLP-kr/tensorflow-ml-nlp.git

 

- 라이브러리 목록 설치 

pip install -r requirements.txt

에러남..

python=3.6으로 해도 똑같이 에러남.

왜 안되지? 

일단 설치는 다 따로 하나하나 했다. 

 

 

 

 

알아볼 것

  • pip install과 conda install 의 차이.
  • 위의 깃허브의 라이브러리 목록 한번에 설치하는 방법 - 에러 뜨는 이유

 

 

728x90

댓글