安装WorkflowHub

在安装workflowhub之前需要一个个安装graphviz和pygraphviz,像GitHub上面的安装指令没有成功。(GitHub Workflowhub)

  1. 安装graphviz(在anaconda上直接安装的),没有遇到问题
  2. 安装pygraphviz遇到问题,解决方法见下面的博客
    windows 下安装python 的pygraphviz包方法
    需要注意的是,通过下载包安装,没有对应python 3.5 的包,所以自己只能另换了个3.6的环境
  3. 安装workflowhub,提示错误
pip install workflowhub
ERROR: Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
pip install six --upgrade --ignore-installed six
Collecting six
  Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Installing collected packages: six
Successfully installed six-1.15.0

再安装workflow又出现问题

pip install workflowhub
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

matplotlib 3.3.1 requires numpy>=1.15, but you'll have numpy 1.13.1 which is incompatible
pip install numpy --upgrade --ignore-installed six
Collecting numpy
  Downloading numpy-1.19.1-cp36-cp36m-win_amd64.whl (12.9 MB)
     |████████████████████████████████| 12.9 MB 3.3 MB/s
Collecting six
  Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Installing collected packages: numpy, six
Successfully installed numpy-1.19.1 six-1.15.0

最后安装成功

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值