解决pip安装中的一个问题:
ERROR: Could not install packages due to an OSError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。
Consider using the `--user` option or check the permissions。
解决方法:D:\03_softwareinstall\python\Lib\site-packages>pip install numpy-2.1.3-cp311-cp311-win_amd64.whl --user