{OverflowError} Python int太大,无法转换为C long

时间:2018-08-28 09:04:37

标签: django python-3.x django-models

出现以下错误

{OverflowError}Python int too large to convert to C long

跑步时。

EN_Users.objects.get(id=1) # EN_User --> Model | id--> primary key

我们非常感谢您为解决此问题提供的任何帮助。

1 个答案:

答案 0 :(得分:0)

在此处检查问题原因:"OverflowError: Python int too large to convert to C long" on windows but not mac

如果可能的话,您应该可以删除int强制转换并坚持默认浮点数来进行更正。