gpt-voice-conversation-chatbot icon indicating copy to clipboard operation
gpt-voice-conversation-chatbot copied to clipboard

Error when run project on Mac intel

Open wangyiwu opened this issue 3 months ago • 0 comments

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)

wangyiwu avatar Apr 04 '24 00:04 wangyiwu