简体   繁体   中英

how to install web3 in google colab

!pip install web3

I tried like this but I got this error message.

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.

What should I do for this problem?

You need to downgrade typing-extensions to a version older than 3.6.6 :

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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