[Bug] pip install TTS failure: pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000 #3047
Replies: 7 comments 2 replies
-
You can try upgrading pip first
If you are unlucky, it may be related to Windows 7 and some packages no longer support it. |
Beta Was this translation helpful? Give feedback.
-
Thanks @lexkoro I will try.
But I'll upgrade |
Beta Was this translation helpful? Give feedback.
-
its the exact issue here as well |
Beta Was this translation helpful? Give feedback.
-
Windows is not supported. I move this to discussions. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem by macOs 14.0, Python 3.8.17 |
Beta Was this translation helpful? Give feedback.
-
Same issue Ubuntu 22 Python 3.8.18 |
Beta Was this translation helpful? Give feedback.
-
I had no issues installing TTS under Windows with version 0.16.0 under Python v3.10
So not really sure what has changed that this won't install anymore. I know it was said it does not support windows, Using latest PIP v23.3.1 and a fresh virtual environment. Tried Python v3.10 and v3.11 |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Can't make pip installation
To Reproduce
1. Run the following command:
pip install TTS
2. Wait:
3. See error message:
pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000
Expected behavior
No response
Logs
No response
Environment
nothing installed yet, just trying to do it on Windows 7, Python 3.8
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions