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

easy_install from Python 3.7 (Win64) cannot install modules #78211

Closed
P403n1x87 mannequin opened this issue Jul 3, 2018 · 2 comments
Closed

easy_install from Python 3.7 (Win64) cannot install modules #78211

P403n1x87 mannequin opened this issue Jul 3, 2018 · 2 comments
Labels
3.7 (EOL) end of life type-bug An unexpected behavior, bug, or error

Comments

@P403n1x87
Copy link
Mannequin

P403n1x87 mannequin commented Jul 3, 2018

BPO 34030
Nosy @ned-deily, @P403n1x87

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 2018-07-03.13:43:43.913>
created_at = <Date 2018-07-03.10:51:05.891>
labels = ['type-bug', '3.7']
title = 'easy_install from Python 3.7 (Win64) cannot install modules'
updated_at = <Date 2018-07-03.13:43:43.904>
user = 'https://github.com/P403n1x87'

bugs.python.org fields:

activity = <Date 2018-07-03.13:43:43.904>
actor = 'ned.deily'
assignee = 'none'
closed = True
closed_date = <Date 2018-07-03.13:43:43.913>
closer = 'ned.deily'
components = ['Demos and Tools']
creation = <Date 2018-07-03.10:51:05.891>
creator = 'Gabriele Tornetta'
dependencies = []
files = []
hgrepos = []
issue_num = 34030
keywords = []
message_count = 2.0
messages = ['320957', '320983']
nosy_count = 2.0
nosy_names = ['ned.deily', 'Gabriele Tornetta']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34030'
versions = ['Python 3.7']

@P403n1x87
Copy link
Mannequin Author

P403n1x87 mannequin commented Jul 3, 2018

When trying to install a module (pycrypto in this case), easy_install fails with the following error (run via Git Bash)

$ easy_install pycrypto-2.6.win-amd64-py3.3.exe
Processing pycrypto-2.6.win-amd64-py3.3.exe
error: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\<uid>\\AppData\\Local\\Temp\\easy_install-z4dfyyqo\\pycrypto-2.6-py3.7-win32.egg.tmp\\Crypto\\Cipher\\__pycache__\\AES.cpython-33.pyc'

The version of easy_install that ships with Python 3.6 works as expected.

@P403n1x87 P403n1x87 mannequin added 3.7 (EOL) end of life type-bug An unexpected behavior, bug, or error labels Jul 3, 2018
@ned-deily
Copy link
Member

easy_install is part of the setuptools project and issues with it are handled here:

https://github.com/pypa/setuptools/issues
https://pypi.org/project/setuptools/

@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
3.7 (EOL) end of life type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant