Need help! No module numpy found
Traceback (most recent call last):
File "C:/Users/nicol/Desktop/Bark tts/bark/TTS.py", line 1, in
When i try to run , i got this error
I guess that means you'll need the numpy module.
pip install numpy
Already done, but still not working
Can you try with this instead, use the right executable. I suspect you may have multiple python environments. Use the same python exe that you use for running bark
python.exe -m pip install numpy
Try python.exe -m pip install . from the .\bark directory to ensure you're not installing various versions independently from one another.