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
I have followed the instructions to install this project. I am using macOS with an Intel chip.
However, when I run "python main.py," I encounter an error. pygame 2.5.2 (SDL 2.28.3, Python 3.11.0) Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "/Users/phungvuong/Documents/coding/TestCode/chatgpt/Talk/gpt-voice-conversation-chatbot/main.py", line 8, in <module> from chatbot import * File "/Users/phungvuong/Documents/coding/TestCode/chatgpt/Talk/gpt-voice-conversation-chatbot/chatbot.py", line 11, in <module> from tts_functions import * File "/Users/phungvuong/Documents/coding/TestCode/chatgpt/Talk/gpt-voice-conversation-chatbot/tts_functions.py", line 11, in <module> from elevenlabs import generate, play, save ImportError: cannot import name 'generate' from 'elevenlabs' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/elevenlabs/__init__.py)
The text was updated successfully, but these errors were encountered:
I have followed the instructions to install this project. I am using macOS with an Intel chip.
However, when I run "python main.py," I encounter an error.
pygame 2.5.2 (SDL 2.28.3, Python 3.11.0) Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "/Users/phungvuong/Documents/coding/TestCode/chatgpt/Talk/gpt-voice-conversation-chatbot/main.py", line 8, in <module> from chatbot import * File "/Users/phungvuong/Documents/coding/TestCode/chatgpt/Talk/gpt-voice-conversation-chatbot/chatbot.py", line 11, in <module> from tts_functions import * File "/Users/phungvuong/Documents/coding/TestCode/chatgpt/Talk/gpt-voice-conversation-chatbot/tts_functions.py", line 11, in <module> from elevenlabs import generate, play, save ImportError: cannot import name 'generate' from 'elevenlabs' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/elevenlabs/__init__.py)
The text was updated successfully, but these errors were encountered: