linux numpy whl
时间: 2023-10-28 09:23:49 浏览: 87
Linux上的numpy whl是一个用于安装numpy包的二进制文件。您可以使用以下命令来安装numpy whl:
- 使用wheel命令解包numpy whl文件:`wheel unpack numpy-1.12.1-cp27-cp27mu-manylinux1_x86_64.whl`
- 使用pip命令安装numpy whl文件:`pip install numpy-1.12.1-cp27-cp27mu-manylinux1_x86_64.whl`
- 或者,直接使用pip命令安装numpy whl文件:`pip install numpy-1.12.1-cp27-cp27mu-manylinux1_x86_64.whl` <span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Linux离线安装pip和numpy](https://blog.csdn.net/weixin_39629679/article/details/110994746)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文