You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: