Traceback (most recent call last):
File "`my local path...`\main.py", line 1, in <module>
from elevenlabs import play
ModuleNotFoundError: No module named 'elevenlabs'
I checked all the path and elevenlabs lib is installed in my envorinment.
Could you please help me to resolve issue?
I do have a elevenlabs package like above. But whenever I test sample code from my environment, it doesn't work and show ModuleNotFoundError :(
I checked all the path and elevenlabs lib is installed in my envorinment. Could you please help me to resolve issue?