[issue34030] easy_install from Python 3.7 (Win64) cannot install modules

2018-07-03 Thread Ned Deily


Ned Deily  added the comment:

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/

--
nosy: +ned.deily
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34030] easy_install from Python 3.7 (Win64) cannot install modules

2018-07-03 Thread Gabriele Tornetta


New submission from Gabriele Tornetta :

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:\\UsersAppData\\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.

--
components: Demos and Tools
messages: 320957
nosy: Gabriele Tornetta
priority: normal
severity: normal
status: open
title: easy_install from Python 3.7 (Win64) cannot install modules
type: behavior
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com