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
{{ message }}
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
Hi! When I run it on Win10 64bit with Anaconda 64bit, error occurs:
ctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to convert
It seems like the integer in Python is too big to be converted to int in C++. I tried to replace "int" with "int64_t" but it still does not work. Do you know how to solve this problem?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi! When I run it on Win10 64bit with Anaconda 64bit, error occurs:
It seems like the integer in Python is too big to be converted to int in C++. I tried to replace "int" with "int64_t" but it still does not work. Do you know how to solve this problem?
Thank you very much!
The text was updated successfully, but these errors were encountered: