【问题标题】:i can't install numpy in win 10我无法在 win 10 中安装 numpy
【发布时间】:2023-03-10 17:16:01
【问题描述】:

当我使用 CMD 安装 numpy (pip install numpy) 时遇到此错误!

我的胜利是 10。pyyhon 的版本是 3.7.3

pip install numpy

C:\Users\Hamed>pip3 install numpy
Collecting numpy
  Using cached https://files.pythonhosted.org/packages/4e/9d/c129d78e6b942303b762ccfdf1f8339de80c5e6021b14ef0c99ec5bdc6aa/numpy-1.16.3-cp37-cp37m-win_amd64.whl
Installing collected packages: numpy
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'c:\\program files\\python37\\Lib\\site-packages\\numpy'
Consider using the `--user` option or check the permissions.

【问题讨论】:

标签: python numpy installation pip


【解决方案1】:

尝试以管理员身份运行 cmd

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-12-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-05-24
    • 1970-01-01
    • 2016-12-05
    • 1970-01-01
    相关资源
    最近更新 更多