Reputation: 1
I have been working on trying to code a AI assistant in python. But when i try to install gTTs or basically anything, it would say, Could not find a version that satisfies the requirement gTTs (from versions: ) No matching distribution found for gTTs. I have tried pip install, sudo pip install, and other things i cannot remember. If somone could help me with this issue, that would be great. Thanks
Upvotes: 0
Views: 1519
Reputation: 1
Could not find a version that satisfies the requirement gTTs (from versions: ) No matching distribution found for gTTs
To solve the issue, the user first set the environment variables . copy the python location ,and also copy the python scripts location and add the both location in system variables and user variables
Upvotes: -1