New submission from gajdig:

The latest subprocess32, 3.2.6, is unable to be installed in Windows 7 via pip. 

The error messages:

_posixsubprocess.c(10) : fatal error C1083: Cannot open include file: 
'unistd.h': No such file or directory

error: command 
'C:\\Users\\user1\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for 
Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2

Read that unistd.h is not a Windows file.

----------
components: Installation, Windows
messages: 233857
nosy: gajdig, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: subprocess32 unable to be installed via pip
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23223>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to