-
Notifications
You must be signed in to change notification settings - Fork 17
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
pip installation fails #2
Comments
I get a similar error on Windows 8.1 + Python 3.4.3 (32 & 64 bits).
|
Yikes, I just tried with pip and easy_install and got the same error, "name 'sys_platform' is not defined". (Windows 8.1, python2.7). So is there really no longer a working win32api module for modern Python? |
I came acorss the same error in win7 ,64bit python 2.7.10,
IOError: Could not build the egg. |
I got this to work in Windows 7 Enterprise, python 2.7 by commenting out lines 3/4 in setup.py. from distribute_setup import use_setuptools After... C:\code\pywin-master>python setup.py install creating build Installed c:\python27\lib\site-packages\pywin-0.3.1-py2.7.egg C:\code\pywin-master>pywin genlaunchers
C:\code\pywin-master>pywin -2.7
C:\code\pywin-master>pyassoc
C:\code\pywin-master>pywin -3.2 C:\code\pywin-master>pywin -3.4
C:\code\pywin-master> Seems to be working now by commenting out those 2 lines. POSSIBLE FIX. |
Can confirm @digdugg's solution works, Windows 7 with Python 3.4.3. |
The @digdugg's solution worked for me too. Windows 10 64-bit with Python 3.5.2 |
@digdugg works for me too tks man 🐍 |
Collecting newspaper
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-FTHmMn/nltk/ how to resolve? |
i got the similar issue when i pip install newspaper Collecting newspaper
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-FTHmMn/nltk/ how to resolve it? |
I don't know if this project is even active anymore, but when I try to install it using pip on Windows, the following happens. I use Python 2.7.9 on Windows 7.
The text was updated successfully, but these errors were encountered: