ProgrammingHero1 / romantic-alexa

396 stars 532 forks source link

any pip commonds not installing #103

Open D-BayyaReddy opened 2 years ago

D-BayyaReddy commented 2 years ago

PS C:\Users\user\Desktop> pip install pyttsx3 pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + pip install pyttsx3 + ~~~ + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

sahilsaqi commented 2 years ago

first upgrade the pip using command : pip install --upgrade pip then try