-
Notifications
You must be signed in to change notification settings - Fork 240
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
stock.get_market_ohlcv / 'OverflowError: Python int too large to convert to C long 오류 #180
Labels
bug
Something isn't working
closing-candidate
help wanted
Extra attention is needed
waiting-for-user-response
Comments
모듈 버전을 확인해 주세요.
현재 최신은 |
@mr-yoo 저 역시 같은 오류가 나오는데요, python |
trace 첨부합니다. |
Naver 에서 데이터를 스크래핑한 결과에 32비트로 표현 불가능한 큰수가 있는 것을 확인했습니다. becb471 커밋에서 64비트로 변경하도록 수정했습니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
closing-candidate
help wanted
Extra attention is needed
waiting-for-user-response
stock.get_market_ohlcv('20220924', '20240223', '032800') # 판타지오 032800
위 코드 실행 시 'OverflowError: Python int too large to convert to C long 오류가 발생합니다.
특이한 점은 데이터 조회 일자에 따라 오류가 발생하기도 하고 정상 동작하기도 합니다.
금일 실행 기준으로,
코드 실행 환경은 아래와 같습니다.
해결법을 찾지 못하여 문의 드립니다.
The text was updated successfully, but these errors were encountered: