ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'D:\\an\\anaconda\\envs\\yolov8\\Lib\\site-packages\\~umpy\\core\\_multiarray_tests.cp38-win_amd64.pyd' Consider using the `--user` option or check the permissions.
我在安装包 albumentations 时,出现了以上问题,
pip install albumentations
出现以上代码是权限不够,文章已经提示加--user。
pip install albumentations --user
代码能够正常安装了,