Near line ~190 of recon.py, the following lines:
sino_chunk_start = np.int(sino_start + nSino_per_chunkiChunk)
sino_chunk_end = np.int(sino_start + nSino_per_chunk(iChunk+1))
.... np.int() is depreciated in vers 1.24.x of np and replaced with np.int32() and np.int64()