New submission from Gabriele Tornetta <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue34030> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
