You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
이외에는 kochat의 Requirements와 동일한 라이브러리 버전을 사용하고 있습니다.
오류가 발생한 부분은 kochat을 import하는 부분입니다. ImportError: numpy.core.multiarray failed to import
numpy 버전이 맞지 않아 발생하는 오류라고 판단하여 최신 버전의 numpy로 업그레이드하면 kochat과의 의존성 오류가 발생하는 아이러니한 상황입니다.
혹시 해당 오류 해결 방법을 공유해주시면 감사드리겠습니다!
The text was updated successfully, but these errors were encountered:
안녕하세요. 먼저 좋은 프레임워크 개발과 공유에 감사드립니다.
다름이 아니라, kochat을 사용하기 위해 필요 라이브러리를 설치하던 중 라이브러리 버전에 문제가 있는 것 같아 issue 남깁니다.
제가 사용하고 있는 PC 및 버전은 아래와 같습니다.
OS: macOS Monterey 12.6.1
Python: 3.8.16
torch: 1.13.0
이외에는 kochat의 Requirements와 동일한 라이브러리 버전을 사용하고 있습니다.
오류가 발생한 부분은 kochat을 import하는 부분입니다.
ImportError: numpy.core.multiarray failed to import
numpy 버전이 맞지 않아 발생하는 오류라고 판단하여 최신 버전의 numpy로 업그레이드하면 kochat과의 의존성 오류가 발생하는 아이러니한 상황입니다.
혹시 해당 오류 해결 방법을 공유해주시면 감사드리겠습니다!
The text was updated successfully, but these errors were encountered: