Question/Issue:
I was trying out the Edge Impulse Python SDK following the get started tutorial but when running ei.model.list_profile_devices()
, it returns the following error:
pydantic.error_wrappers.ValidationError: 1 validation error for ProjectInfoResponse
dataSummaryProcessedData
none is not an allowed value (type=type_error.none.not_allowed)
Any thoughts on how to proceed with this? Thanks!
Project ID:
65397
Context/Use case:
Edge Impulse Python SDK