ModuleNotFoundError No module named pyttsx3 Running setup py install for comtypes error error when installing pyttsx3

0 votes
PS C:\Users\DELL> pip install pyttsx3

Collecting pyttsx3

  Using cached pyttsx3-2.90-py3-none-any.whl (39 kB)

Collecting comtypes; platform_system == "Windows"

  Using cached comtypes-1.1.7.zip (180 kB)

Requirement already satisfied: pywin32; platform_system == "Windows" in c:\users\dell\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from pyttsx3) (228)

Requirement already satisfied: pypiwin32; platform_system == "Windows" in c:\users\dell\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from pyttsx3) (223)

Using legacy 'setup.py install' for comtypes, since package 'wheel' is not installed.

Installing collected packages: comtypes, pyttsx3

    Running setup.py install for comtypes ... error

    ERROR: Command errored out with exit status 1:
Oct 7, 2020 in Python by anonymous
• 140 points

edited Oct 7, 2020 by Gitika 2,102 views

1 answer to this question.

0 votes

Hello, @There

It depends on which version of Python your Pycharm is set and on which version of Python you installed the module. Go to File -> Settings -> Project:.. -> Project Interpreter and check which version of Python you run on the project. Then go to the CMD/ terminal and write pip -V and it will tell you the pip version and the Python one. Might be a different version.

Regarding your issue can check this out  https://www.edureka.co/community/67463/modulenotfounderror-no-module-named-pyttsx3 

I hope this will be helpful!!!

answered Oct 7, 2020 by Gitika
• 65,910 points

Related Questions In Python

0 votes
1 answer
0 votes
1 answer

Error when running pip install: python setup.py egg_info"

ERROR: Command errored out with exit status ...READ MORE

answered Oct 29, 2020 in Python by anonymous
4,670 views
+1 vote
3 answers
0 votes
1 answer
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,068 views
0 votes
1 answer
0 votes
1 answer

How to Install pip for python 3.7 on Ubuntu 18?

The command you're looking for is: python3.7 -m ...READ MORE

answered Nov 20, 2020 in Python by Gitika
• 65,910 points
8,952 views
0 votes
2 answers

ModuleNotFoundError: No module named 'pythoncom' in pyttsx3

even i faced the same problem ...just ...READ MORE

answered Jun 2, 2020 in Python by anonymous
12,972 views
0 votes
1 answer

Python Error: ModuleNotFoundError: No module named '<moduleName>'

Python3 and pip are most likely pointing ...READ MORE

answered Nov 22, 2020 in Python by Gitika
• 65,910 points
6,516 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP