pycharm WARNING: Building wheel for numpy failed: [Errno 13]
来源:http://www.tudoupe.com时间:2022-06-22
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
Collecting scipy
Using cached scipy-1.8.1-cp38-cp38-macosx_12_0_universal2.macosx_10_9_x86_64.whl (55.3 MB)
Collecting numpy<1.25.0,>=1.17.3
Using cached numpy-1.22.4.zip (11.5 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: numpy
Failed to build numpy
WARNING: Building wheel for numpy failed: [Errno 13] Permission denied: '/Users/gdlocal/Library/Caches/pip/wheels/c7'
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
解决方案:添加sudo运行:
sudo pip3 install numpy -i https://mirrors.aliyun.com/pypi/simple
相关新闻
- 2022-08-04 WPF的由来
- 2022-08-04 Win11勒索软件防护怎么打开?Win11安
- 2022-08-04 Windows系统jdk的配置
- 2022-08-04 Windows10 OneNote怎么重新登录?如何重
- 2022-08-04 超好用的 Windows 效率工具推荐
- 2022-08-04 Windows如何在CMD或PowerShell中配置代理
- 2022-08-04 powershell和cmd对比
- 2022-08-04 【QT】Windows下QT下载安装
- 2022-08-04 windows下 C++ 实现类属性的get和set方
- 2022-08-04 Win11快速助手在哪里?Win11打开快速
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
