[issue23223] subprocess32 unable to be installed via pip

gajdig report at bugs.python.org
Sun Jan 11 15:58:55 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23223>
_______________________________________


More information about the Python-bugs-list mailing list