How to get modules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to get modules

pip install pyttsx3

28th Jun 2023, 12:27 AM
dark dragonseye
dark dragonseye - avatar
2 Answers
+ 6
dark dragonseye there are a few ways to get modules as you will learn. One of the easiest ways I like to use as it will also ask me for what version is __import__('os').system('pip install pyttsx3== -qq') After you choose the version after the == add the version
28th Jun 2023, 3:51 AM
BroFar
BroFar - avatar
+ 1
If you are using Python 3 you probably have to use pip3 instead of pip
30th Jun 2023, 5:41 AM
MeckeDev
MeckeDev - avatar