haven-jeon / PyKoSpacing

Automatic Korean word spacing with Python
GNU General Public License v3.0
397 stars 118 forks source link

설치 오류 #61

Closed SungSuOh closed 5 months ago

SungSuOh commented 5 months ago

우분투 환경 터미널에서 아래 코드를 실행했더니 pip install git+https://github.com/haven-jeon/PyKoSpacing.git

아래 내용이 뜨네요

Collecting git+https://github.com/haven-jeon/PyKoSpacing.git
  Cloning https://github.com/haven-jeon/PyKoSpacing.git to /tmp/pip-req-build-w71fya1v
  Running command git clone --filter=blob:none --quiet https://github.com/haven-jeon/PyKoSpacing.git /tmp/pip-req-build-w71fya1v
  Resolved https://github.com/haven-jeon/PyKoSpacing.git to commit 04aeebcbe26b109486a642e57dc58665c4818cf3
  Preparing metadata (setup.py) ... done
INFO: pip is looking at multiple versions of pykospacing to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement tensorflow==2.11.1 (from pykospacing) (from versions: 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0, 2.15.0.post1, 2.15.1, 2.16.0rc0, 2.16.1)
ERROR: No matching distribution found for tensorflow==2.11.1

필요한 tensorflow 버전이 현재 배포되고 있지 않는듯 한데 혹시 현재 배포되는 tensorflow 버전중에 호환되는 버전이 있을까요?

haven-jeon commented 5 months ago

https://github.com/haven-jeon/PyKoSpacing/commit/ab878dfa1994b8ed6ea6c60f386a20371143c443

테스트 부탁드립니다.

SungSuOh commented 5 months ago

네 테스트 해보니 tensorflow 2.15.1 버전에서 잘 동작하네요 감사합니다! :smile:

haven-jeon commented 5 months ago

해결 되었으니 해당 이슈는 클로즈 합니다.