如何在Google Colab中安装Web3

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Google Colab中安装Web3相关的知识,希望对你有一定的参考价值。

!pip install web3

我尝试过这样,但收到此错误消息。

ERROR: chainer 6.5.0 has requirement typing-extensions<=3.6.6, but you'll have typing-extensions 3.7.4.1 which is incompatible.

该问题我该怎么办?

答案

您需要将typing-extensions降级到3.6.6之前的版本:

pip install --force-reinstall typing-extensions<=3.6.6

以上是关于如何在Google Colab中安装Web3的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Google 的 Colab 中安装 Python 包?

如何在 Google Colab GPU 中安装 CUDA

无法在 google colab 中安装 textract

在 google colab 中安装驱动器

如何在Google Colaboratory上的Jupyter笔记本中安装svmutil?

在 Google Colab 中安装 dryscrape(用于网页抓取的 python 库)