Collecting llvmlite<0.37,>=0.36.0rc1
Using cached llvmlite-0.36.0-cp36-cp36m-win_amd64.whl (16.0 MB)
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'c:\\users\\sadkjf\\anaconda3\\envs\\real\\lib\\site-packages\\numpy-1.19.5.dist-info\\METADATA'
Consider using the `--user` option or check the permissions.
找到site-packages\\numpy-1.19.5.dist-info\目录,从site-packages\其他numpy版本中复制METADATA文件过去即可
在尝试安装llvmlite时遇到权限错误,系统无法安装numpy的METADATA文件。建议使用--user选项或检查文件权限。一种可能的解决方案是手动从其他numpy版本复制METADATA文件到相应目录。
9975

被折叠的 条评论
为什么被折叠?



