[New-bugs-announce] [issue28505] pip installation issues with default path on Windows

Wojtek Swiatek report at bugs.python.org
Sat Oct 22 11:47:17 EDT 2016


New submission from Wojtek Swiatek:

When installing Python 3.5 on Windows (I checked the 64bits installer but I believe the same issue will be with the 32bits), the default installation path when installing for "everyone" is now C:\ Program Files\Python35.

When subsequently installing packages via pip, the installation crashes midway with a cryptic error about "permission denied" (if I remember correctly). I checked with the cryptography module.

It is not an issue with access rights but with the whitespace in "Program Files". Reinstalling Python to C:\Python35 fixes the issue (pip install cryptography runs correctly).

----------
components: Installation
messages: 279199
nosy: Wojtek Swiatek
priority: normal
severity: normal
status: open
title: pip installation issues with default path on Windows
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28505>
_______________________________________


More information about the New-bugs-announce mailing list