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

circular import #10

Open
jeremyasirwaad opened this issue Nov 16, 2024 · 1 comment
Open

circular import #10

jeremyasirwaad opened this issue Nov 16, 2024 · 1 comment

Comments

@jeremyasirwaad
Copy link

cannot import name 'Cartesia' from partially initialized module 'cartesia' (most likely due to a circular import) (/home/jeremy/Enterprise-voice-dev/cartesia.py)

@noahlt
Copy link
Contributor

noahlt commented Nov 20, 2024

Hi Jeremy, I think the problem is that your code is in a file called cartesia.py, which conflicts with the name of the cartesia module we provide. Can you try renaming your cartesia.py to code.py and see if that fixes it?

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

2 participants