Install fails with No module named numpy

#2
by Ithrial - opened

As the title suggests, installing on a M1 Mac mini with 16 GB of RAM, the install of the requirements fails with a ModuleNotFoundError: No module named 'numpy'. I even tried install all the requirements in requirements.txt manually and Chatterbox still won't run.

image

I'm running a venv with python 3.11

Here's the error I get when I run app.py after manually installing all requirements

image

Sign up or log in to comment