ERROR Could not install packages due to an OSError WinError 5 拒绝访问。 DpythonLibsite-packages~atplotliblibsmsvcp140-e78ebc24b6ffa690be9375aacad743a7dllConsider using the --user option or check the permi
这个错误通常是因为Matplotlib版本较低导致的,你可以尝试升级Matplotlib到最新版本来解决该问题。如果升级Matplotlib不起作用,你可以尝试重新安装Matplotlib,并使用--user选项进行安装,例如:
pip install --user matplotlib
如果还有问题,你可以尝试使用conda来安装Matplotlib,或者检查相关目录的权限是否正确。
原文地址: https://www.cveoy.top/t/topic/cbtx 著作权归作者所有。请勿转载和采集!