Windows Linux Python 安装第三方库 whl方法(外加Pytorch安装)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
注:在pip和wheel已经安装并更新的情况下!
能用pip和conda就用pip和conda。
注:pip install 包名 -i https://pypi.tuna.tsinghua.edu.cn/simple/
在指令控制台中,如cmd或Pycharm的terminal等情况。
未更新pip输入:python -m pip install --upgrade pip
未安装wheel输入:pip install wheel
在网站https://www.lfd.uci.edu/~gohlke/pythonlibs/
中寻找对应的库,如本次我要安装的是osgeo库,其中我的py版本是3.6,因此需要中cp36,并且amd64对应64位操作系统进行下载。
下载后的文件放在Python下载地址中的Scripts文件夹中,其中有easy_install.exe。cmd打开对应位置,运行指令:pip install GDAL-3.1.4-cp36-cp36m-win_amd64.whl
。如下图所示:
回到Pycharm点击alt+鼠标左键,就可以发现已经安装好了。
linux Ubuntu
找whl如:https://sourceforge.net/projects/gdal-wheels-for-linux/files/
下好后直接python -m pip install 轮子.whl
特殊的包
Pytorch
通过网站安装https://pytorch.org/get-started/locally/
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)