Closed subramen closed 3 years ago
Hi @suraj813 -
build()
(equivalent to build_file) is in the process of being deprecated, and only writes to a filepath, so this behavior is expected.
I think what you're looking for is build_array()
I'm closing this issue but feel free to reopen if anything comes up.
Hi! I am using
build()
to read an input array and write it to a memory buffer. From the docs I understand thatbuild(..., output_filepath=None)
should return it in stdout instead of writing to a file?Right now, I receive an error when passing output_filepath=None: