[New-bugs-announce] [issue34030] easy_install from Python 3.7 (Win64) cannot install modules

Gabriele Tornetta report at bugs.python.org
Tue Jul 3 06:51:05 EDT 2018


New submission from Gabriele Tornetta <phoenix1987 at gmail.com>:

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.

----------
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 <report at bugs.python.org>
<https://bugs.python.org/issue34030>
_______________________________________


More information about the New-bugs-announce mailing list