Skip to content
New issue

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

PyKoSpacing의 tf2.5.0 버전 사용할 수 있나요? #26

Closed
JASON8917 opened this issue Oct 6, 2021 · 4 comments
Closed

PyKoSpacing의 tf2.5.0 버전 사용할 수 있나요? #26

JASON8917 opened this issue Oct 6, 2021 · 4 comments
Labels
question Further information is requested

Comments

@JASON8917
Copy link

현재 m1 mac에서 tf2.5와 2.6만 지원해서 2.5.1버전의 pykospacing을 사용할 수 없습니다.

혹시 다른 방법이 있을까요?

ERROR: Could not find a version that satisfies the requirement tensorflow==2.5.1 (from pykospacing) (from versions: none)
ERROR: No matching distribution found for tensorflow==2.5.1

python -m pip install tensorflow-macos==2.5.1
ERROR: Could not find a version that satisfies the requirement tensorflow-macos==2.5.1 (from versions: 2.5.0, 2.6.0)
ERROR: No matching distribution found for tensorflow-macos==2.5.1

@haven-jeon haven-jeon added the question Further information is requested label Oct 6, 2021
@haven-jeon
Copy link
Owner

haven-jeon commented Oct 6, 2021

안녕하세요.

m1 맥 이슈는 제가 m1 머신이 없는 관계로 개발/테스트가 불가능해 작업이 어려울거 같습니다.

죄송합니다.

@lifefeel
Copy link

lifefeel commented Oct 6, 2021

'tensorflow == 2.5.1',

이 부분을 원하시는 버전으로 변경하신 후 설치해 보세요.

@haven-jeon
Copy link
Owner

@lifefeel 감사합니다.

@JASON8917 혹시 테스트 이후 성공 하신다면 README.md 로 가이드 PR 해주시면 다른 분들에게도 큰 도움이 될 수 있을거 같습니다. 건승을 빕니다. ^^

@JASON8917
Copy link
Author

JASON8917 commented Oct 8, 2021

install_requires=[
'tensorflow-macos == 2.5.0',

이렇게 제 가상 환경에 맞게 변경해서 설치했습니다.
tensorflow simple code도 잘 돌아가고 pykospacing import도 잘 되는 것 같습니다.
그런데 spacing 함수를 사용하기만 하면(이미지의 주석부분) kernel dead 에러가 발생하네요.
제가 conda 환경에 익숙하지 않아서 좀 더 공부도 하고 시도해보겠습니다.
일단 패키지 임포트는 잘 되는것 같아서 issue closing 하겠습니다. 감사합니다. ^^

스크린샷 2021-10-08 오후 9 04 37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants