hume-python-sdk
hume-python-sdk copied to clipboard
ModuleNotFoundError with 'state_embedding_generation_completed_embedding_generation'
So I am currently trying to run the Python SDK of the Expression Measurement API example code of reading image files locally on this doc website (https://dev.hume.ai/docs/expression-measurement/rest). I git cloned this hume-python-sdk GitHub repo into my Windows 11 File Explorer directory and copied the code in "Making a request to the API" section from that URL into a Python file to test. However, I am running into a ModuleNotFoundError regarding 'state_embedding_generation_completed_embedding_generation' though I do have that Python file, i.e. state_embedding_generation_completed_embedding_generation.py, cloned into the appropriate path. How do I resolve that error?