Congratulations on trying out something new in Python. The first step to debugging errors is try and Google them. Unless it's a brand new package, chances are, you'll find a solution there almost immediately. In case you've already installed this missing package, and it's not getting imported, I'd suggest reading up on Virtual environments, how to create one, how to activate one and how to install packages in them. These might seem tedious if you're just starting off, but it's going to pay off.
Happy programming! Abhiram R abhiramr.com On Sat, Jul 3, 2021, 2:13 AM Nikita Lohale <nikitalohal...@gmail.com> wrote: > Traceback (most recent call last): > File "f:\Nikita\Python programming\Iron Man Jarvis AL\jarvis.py", line > 1, in <module> > import pyttsx3 > ModuleNotFoundError: No module named 'pyttsx3' > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list