Hello,
I am attempting to install pandas for a user in our environment. However, when we use the pip install pandas command, it returns that the file is in use:
Collecting pandas
Using cached pandas-2.3.3-cp310-cp310-win_amd64.whl.metadata (19 kB)
Collecting numpy>=1.22.4 (from pandas)
Using cached numpy-2.2.6-cp310-cp310-win_amd64.whl.metadata (60 kB)
Collecting python-dateutil>=2.8.2 (from pandas)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting pytz>=2020.1 (from pandas)
Using cached pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas)
Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas)
Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Downloading pandas-2.3.3-cp310-cp310-win_amd64.whl (11.3 MB)
βββββββββββββββββΊβββββββββββββββββββββββ 4.6/11.3 MB 1.1 MB/s eta 0:00:07
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\\usernamehere\\AppData\\Local\\Temp\\pip-unpack-divtfpsb\\pandas-2.3.3-cp310-cp310-win_amd64.whl'
Check the permissions.
Any ideas what might be occurring here? Restarts / reinstalls of PyCharm do not seem to hel, nor can I locate the referenced folder.