This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Gabriele Tornetta
Recipients Gabriele Tornetta
Date 2018-07-03.10:51:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530615065.91.0.56676864532.issue34030@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-03 10:51:05Gabriele Tornettasetrecipients: + Gabriele Tornetta
2018-07-03 10:51:05Gabriele Tornettasetmessageid: <1530615065.91.0.56676864532.issue34030@psf.upfronthosting.co.za>
2018-07-03 10:51:05Gabriele Tornettalinkissue34030 messages
2018-07-03 10:51:05Gabriele Tornettacreate