简体   繁体   English

在 Colab 上从 GitHub 安装包

[英]Install the package from the GitHub on Colab

I try to install the package from the GitHub: https://github.com/czbiohub/xicor/我尝试从 GitHub 安装包: https ://github.com/czbiohub/xicor/

I install it on the Colab我在 Colab 上安装它

pip install xicor

But it shows an error但它显示一个错误

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

这只是一个警告......安装后单击Runtime > Restart runtime ,它应该被修复。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM