You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing dependencies which require building sometimes fail with access denied error if certain parameters specified.
Expected behavior
Just installing properly
pip version
23.0.1
Python version
3.10
OS
Windows
How to Reproduce
Get bundled python 3.10 with pip 23.0.1
Try to install package with specified parameters
Output
"C:\\Program Files\\Vector35\\BinaryNinja\\plugins\\python\\python.exe" -m pip --isolated --disable-pip-version-check install --upgrade --upgrade-strategy only-if-needed --target "C:\\Users\\<redacted>\\AppData\\Roaming\\Binary Ninja\\python310\\site-packages" unblob==24.11.13 python-magic==0.4.27
Collecting unblob-native<0.2.0,>=0.1.5
Using cached unblob_native-0.1.6.tar.gz (36 kB)
Installing build dependencies ... done
ERROR: Could not install packages due to an OSError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\<redacted>\\AppData\\Local\\Temp\\tmpyjo117jd_in_process.py'
Consider using the `--user` option or check the permissions.
You should figure out why pip can't access its own files. The in-process file is created by pip (well, actually, one of its dependencies) to build a wheel for unblob_native to install. This step cannot be skipped. Do you have any aggressive antivirus installed?
You should figure out why pip can't access its own files. The in-process file is created by pip (well, actually, one of its dependencies) to build a wheel for unblob_native to install. This step cannot be skipped. Do you have any aggressive antivirus installed?
No, I don't have any antivirus installed. Also running it with administrator privileges.
Description
Installing dependencies which require building sometimes fail with access denied error if certain parameters specified.
Expected behavior
Just installing properly
pip version
23.0.1
Python version
3.10
OS
Windows
How to Reproduce
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: