Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when run project on Mac intel #28

Open
xuanvuong1702 opened this issue Apr 4, 2024 · 0 comments
Open

Error when run project on Mac intel #28

xuanvuong1702 opened this issue Apr 4, 2024 · 0 comments

Comments

@xuanvuong1702
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant