Skip to content
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 issues with default path on Windows #72691

Closed
WojtekSwiatek mannequin opened this issue Oct 22, 2016 · 2 comments
Closed

pip installation issues with default path on Windows #72691

WojtekSwiatek mannequin opened this issue Oct 22, 2016 · 2 comments
Labels
topic-installation type-bug An unexpected behavior, bug, or error

Comments

@WojtekSwiatek
Copy link
Mannequin

WojtekSwiatek mannequin commented Oct 22, 2016

BPO 28505
Nosy @eryksun

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2016-10-22.19:08:47.615>
created_at = <Date 2016-10-22.15:47:17.878>
labels = ['invalid', 'type-bug', 'expert-installation']
title = 'pip installation issues with default path on Windows'
updated_at = <Date 2016-10-22.19:08:47.613>
user = 'https://bugs.python.org/WojtekSwiatek'

bugs.python.org fields:

activity = <Date 2016-10-22.19:08:47.613>
actor = 'eryksun'
assignee = 'none'
closed = True
closed_date = <Date 2016-10-22.19:08:47.615>
closer = 'eryksun'
components = ['Installation']
creation = <Date 2016-10-22.15:47:17.878>
creator = 'Wojtek Swiatek'
dependencies = []
files = []
hgrepos = []
issue_num = 28505
keywords = []
message_count = 2.0
messages = ['279199', '279214']
nosy_count = 2.0
nosy_names = ['eryksun', 'Wojtek Swiatek']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue28505'
versions = ['Python 3.5']

@WojtekSwiatek
Copy link
Mannequin Author

WojtekSwiatek mannequin commented Oct 22, 2016

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).

@WojtekSwiatek WojtekSwiatek mannequin added topic-installation type-bug An unexpected behavior, bug, or error labels Oct 22, 2016
@eryksun
Copy link
Contributor

eryksun commented Oct 22, 2016

Issues with pip should be reported to its GitHub site. But installing to the "Program Files" directory certainly isn't a problem for pip. You need to run it with administrator rights.

@eryksun eryksun closed this as completed Oct 22, 2016
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant