This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Wojtek Swiatek
Recipients Wojtek Swiatek
Date 2016-10-22.15:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477151237.91.0.234072346279.issue28505@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-10-22 15:47:17Wojtek Swiateksetrecipients: + Wojtek Swiatek
2016-10-22 15:47:17Wojtek Swiateksetmessageid: <1477151237.91.0.234072346279.issue28505@psf.upfronthosting.co.za>
2016-10-22 15:47:17Wojtek Swiateklinkissue28505 messages
2016-10-22 15:47:17Wojtek Swiatekcreate