昨天在我的windows电脑上安装graph-tool安装不上,查了一圈说是graph-tool不支持windows。 好吧,遂尝试在WSL里安装,配了一上午环境终于连上了ubuntu的桌面。。 我先是安装了python3.8,然后是torch1.10.1+cu113, 然后安装graph-tool死活安装不上 用conda search 都能搜到graph-tool 但就是不能用conda install 安装。
2. 安装graph-tool $ conda install graph-tool 3. 进入python terminal 检查是否安装成功 >>>from graph_tool.all import *
修改为:graph-tool-base-2.40-py36h30f8404_1.tar.bz2 4. 上传两个压缩文件到服务器指定目录 5. 本地化安装 这里需要注意的是,要先激活自己的conda环境,然后要切换到对应存放压缩包的目录下 conda install --use-local graph-tool-base-2.40-py36h30f8404_1.tar.bz2 6. conda list 检查,如果有,那么就...
1. 添加以下channels到~/.condarc $ conda config --add channels conda-forge$ conda config --add channels ostrokach-forge 2. 安装graph-tool $ conda install graph-tool 3. 进入python terminal 检查是否安装成功 >>>from graph_tool.all import *...
Graph-tool 是一个用于图形分析和可视化的 Python 库,它依赖于 Boost C++ 库。要让 Graph-tool 找到并安装 Boost 库,可以按照以下步骤进行操作: 1. 首先...
安装MinGW, 运行D:\MinGW\msys\1.0下的 msys.bat 进入到graph-tool的存放目录:$ cd d:/graph-tool-2.27 (文件名...
使用anconda在ubuntu下安装graph-tool #16 Open Panrunhai opened this issue Nov 14, 2019· 3 comments CommentsPanrunhai commented Nov 14, 2019 $ conda config --add channels conda-forge $ conda config --add channels ostrokach-forge $ conda install graph-tool...
boostc++cmake Cmake cannot find Boost libraries 我是Cmake的新手,并增强了C ++中的库。 我...
用docker安装吧。然后在jupyter lab下使用。因为 https://git.skewed.de/count0/graph-tool/-/wikis/...
不能,可以使用docker,或者使用支持Ubuntu的环境进行本地安装,请参考官网文档描述:Windows Fully native ...