python-从Colab上的GitHub安装包
发布时间:2022-07-18 07:43:25 234
相关标签: # node.js
我尝试从 GitHub 安装包:https ://github.com/czbiohub/xicor/
我在 Colab 上安装它
pip install xicor
但它显示一个错误
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask 1.1.4 requires click<8.0,>=5.1, but you have click 8.1.3 which is incompatible.
datascience 0.10.6 requires coverage==3.7.1, but you have coverage 6.4.1 which is incompatible.
datascience 0.10.6 requires folium==0.2.1, but you have folium 0.8.3 which is incompatible.
coveralls 0.5 requires coverage<3.999,>=3.6, but you have coverage 6.4.1 which is incompatible.
Successfully installed black-22.6.0 click-8.1.3 coverage-6.4.1 mypy-extensions-0.4.3 pathspec-0.9.0 platformdirs-2.5.2 pytest-cov-2.9.0 typed-ast-1.5.4 xicor-1.0.1
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报