Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyttsx fails to install on Windows 10 #40

Open
Netherdrake opened this issue Mar 1, 2016 · 4 comments
Open

pyttsx fails to install on Windows 10 #40

Netherdrake opened this issue Mar 1, 2016 · 4 comments

Comments

@Netherdrake
Copy link

I have installed both 32 and 64 bit versions of 220 from:
https://sourceforge.net/projects/pywin32/files/pywin32/

However to no avail.

{lamb} pip install git+https://github.com/parente/pyttsx.git
Collecting git+https://github.com/parente/pyttsx.git
  Cloning https://github.com/parente/pyttsx.git to c:\users\jan\appdata\local\temp\pip-yjrai1-build
Collecting win32com (from pyttsx==1.2)
  Could not find a version that satisfies the requirement win32com (from pyttsx==1.2) (from versions: )
No matching distribution found for win32com (from pyttsx==1.2)
You are using pip version 7.1.2, however version 8.0.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

Anyone experiencing the same issue?

C:\Users\jan {git}
{lamb} python
Python 2.7.11 |Anaconda 2.3.0 (64-bit)| (default, Dec  7 2015, 14:10:42) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import win32
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named win32
>>> import win32com
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\jan\Anaconda\lib\site-packages\win32com\__init__.py", line 5, in <module>
    import win32api, sys, os
ImportError: DLL load failed: %1 is not a valid Win32 application.
>>>
@Netherdrake
Copy link
Author

Here, I tried on another version of python, same issue:
https://gyazo.com/27ffb04e65f23fa7baaafbfeded187ac
https://gyazo.com/a6a416f791fa43c391d18c981bdbb9ed

@lewisakura
Copy link

lewisakura commented Jul 31, 2016

Same here.

C:\Users\Lewis\Desktop>pip install git+https://github.com/parente/pyttsx.git
Collecting git+https://github.com/parente/pyttsx.git
  Cloning https://github.com/parente/pyttsx.git to c:\users\lewis\appdata\local\temp\pip-33coxu61-build
Collecting win32com (from pyttsx==1.2)
  Could not find a version that satisfies the requirement win32com (from pyttsx==1.2) (from versions: )
No matching distribution found for win32com (from pyttsx==1.2)

C:\Users\Lewis\Desktop>

@manishsharma1992
Copy link

Hi @LewisTehMinerz @Netherdrake

win32com.client is a part of pywin32 pacakge, seems it isn't install in python lib

So you can install it using below command by running it on terminal
> pip install pywin32

or

you can download .whl file from here , an run following command on terminal
> pip install [path to .whl file]

and then try installing pyttsx

> pip install pyttsx

@Ganavi878
Copy link

Hi @LewisTehMinerz @Netherdrake

win32com.client is a part of pywin32 package, seems it isn't installed in the python lib

So you can install it using the below command by running it on terminal > pip install pywin32

or

you can download .whl file from here , an run following command on terminal > pip install [path to .whl file]

and then try installing pyttsx

> pip install pyttsx

I tried this it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants