"Export non-streamable is currently disabled." Error

I started facing an issue with the export functionality in the Labelbox API today. When I attempt to export data rows from a project using the export_v2() method, I consistently encounter the following error message:

{'message': 'Errors found while processing the request', 'errors': [{'error': 'Export non-streamable is currently disabled.'}], 'locations': [{'line': 2, 'column': 11}], 'extensions': {'code': 'MALFORMED_REQUEST', 'exception': {'message': 'Errors found while processing the request'}}, 'path': ['exportDataRowsInProject']}

I have tried exporting data rows with different query parameters and time ranges, but the issue persists.

I assume this error suggests that the export functionality is currently disabled or not available, but not too sure. Could you confirm this for me?

Hello @jonghoon.park,

Can you upgrade to Python 3.9 in order to get a Labelbox version that is > 3.65.0. That should solve this issue.

Best,
Tarishi
Labelbox Support

Hello, thank you for the response.
I upgraded the labelbox to 3.65.0 (previously, 3.48.0), but the same error still persists.
Is export_v2 still supported?

Thank you

1 Like

Looks like this specific error is from labelbox version up to 3.66.0.

Thank you @tsingh.
Upgrading labelbox to > 3.66.0 (3.67.0 or above) resolved the issue.

ref: Release Note May 2025
We have deprecated this method.

1 Like