Requirement already satisfied: scipy>=1.10.0 in /usr/local/python3/lib/python3.9/site-packages (from milvus-model>=0.1.0->pymilvus[model]) (1.13.1) Requirement already satisfied: unidic-lite in /usr/local/python3/lib/python3.9/site-packages (from milvus-model>=0.1.0->pymilvus[model]) (...
In general if you wanting to install the newest version of any project you should look at the minimum version that numpy supports: https://endoflife.date/numpy. Which is currently Python 3.9 Switching to Python 3.9 the install command runs fine for me: > python -m pip install TTS==0.17....