Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Close and re-open Terminal. Try again or with the full path
Code:
/usr/local/bin/edge-tts --voice en-US-AvaNeural -f ~/Desktop/textfile.txt --write-media ~/Desktop/textfile.mp3

If you installed it without sudo, run:
Code:
~/Library/Python/3.9/bin/edge-tts --voice en-US-AvaNeural -f ~/Desktop/textfile.txt --write-media ~/Desktop/textfile.mp3
I get this error:

no such file or directory: /usr/local/bin/edge-tts

How can I check what I've installed and where it's gone?

I don't see Edge in the application list.
 
It doesn’t install Edge or anything in Applications.

The executable edge-tts should be in /usr/local/bin/ and the additional packages in /Library/Python/3.9/site-packages

What messages do you see when you run:

Code:
sudo pip3 install edge-tts
 
  • Like
Reactions: stanleystf
It doesn’t install Edge or anything in Applications.

The executable edge-tts should be in /usr/local/bin/ and the additional packages in /Library/Python/3.9/site-packages

What messages do you see when you run:

Code:
sudo pip3 install edge-tts
I can't find the executable edge-tts.🤔 When I go to user, I don't see a 'local' folder anyway.

When I run sudo pip3 install edge-tts something is installed and it's in the place you said.
 
There was an error in the first command, -- was replaced by –

Code:
xcode-select --install

This is a recording of the installation of edge-tts on macOS 15.1
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.