Opened 9 years ago

Last modified 7 years ago

#6239 closed defect

gdal_calc error with 64 bit python 3.43, Python int too large to convert to C long — at Version 1

Reported by: osgeoap Owned by: warmerdam
Priority: high Milestone:
Component: default Version: unspecified
Severity: normal Keywords: gdal_calc, 64 bit incompatability
Cc:

Description (last modified by osgeoap)

Traceback (most recent call last):

File "C:\p\app1\lib\gdal\gdal_calc.py", line 329, in <module>

main()

File "C:\p\app1\lib\gdal\gdal_calc.py", line 326, in main

doit(opts, args)

File "C:\p\app1\lib\gdal\gdal_calc.py", line 173, in doit

for i in range(1,allBandsCount+1):

OverflowError: Python int too large to convert to C long

Change History (1)

comment:1 by osgeoap, 9 years ago

Description: modified (diff)
Summary: gdal_calc error with 64 bit python 3.43gdal_calc error with 64 bit python 3.43, Python int too large to convert to C long
Note: See TracTickets for help on using tickets.