We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
==========
pororo branch merge 이후 python-mecab-ko가 설치되어 있음에도 불구하고 python 인식하지 못하는 문제
pip install pororo pip install fairseq
pip install python-mecab-ko
opt/conda/bin
/usr/local/bin
sudo ln -s /usr/local/bin/mecab-config /opt/conda/bin/mecab-config
혹시 문제가 있을 경우 noti해주세요!
The text was updated successfully, but these errors were encountered:
다들 아시겠지만 만약 저처럼 가상환경 2개 이상 사용하고 계신 분은 심볼릭 링크 설정시에 sudo ln -s /usr/local/bin/mecab-config /opt/conda/envs/[ENV_NAME]/bin/mecab-config 로 사용하셔야 합니다!
sudo ln -s /usr/local/bin/mecab-config /opt/conda/envs/[ENV_NAME]/bin/mecab-config
저같은 경우 'python38' 이라는 이름의 가상환경을 사용하고 있어 sudo ln -s /usr/local/bin/mecab-config /opt/conda/envs/python38/bin/mecab-config 으로 해결하였습니다.
sudo ln -s /usr/local/bin/mecab-config /opt/conda/envs/python38/bin/mecab-config
추가 pororo 설치하신 분들은 이 이슈링크 참고하셔서 torch 버전 설정 꼭 다시 해주세요!
Sorry, something went wrong.
SeongIkKim
No branches or pull requests
🐞 버그 제보
==========
pororo branch merge 이후 python-mecab-ko가 설치되어 있음에도 불구하고 python 인식하지 못하는 문제
==========
👣 버그 발견 과정
ex)
해결 방법
pip install python-mecab-ko
를 수행해보시고, 오류가 안뜨면 그대로 사용하시고 설치 중 오류가 나서 설치가 안된다면 다음을 따라해주세요.opt/conda/bin
디렉토리 하위에 mecab-config 디렉토리가 있는지 확인해봅니다./usr/local/bin
디렉토리 하위에 mecab-config 디렉토리가 있을 겁니다.sudo ln -s /usr/local/bin/mecab-config /opt/conda/bin/mecab-config
pip install python-mecab-ko
를 수행하시면 됩니다.혹시 문제가 있을 경우 noti해주세요!
참고 레퍼런스
📸 스크린샷 첨부
🌏 환경 세팅
The text was updated successfully, but these errors were encountered: