LoginSignup
1
1

More than 5 years have passed since last update.

EthereumのPopulusでImportError: cannot import name 'force_text'が出たときの対処法

Last updated at Posted at 2018-04-11

環境

populus 2.2.0

現象

Populusでコンパイルしようとしたときに下記のようなエラーが出たとき

    from eth_utils import (
ImportError: cannot import name 'force_text'
    from eth_utils.curried import (
ModuleNotFoundError: No module named 'eth_utils.curried'

対処法

pip install eth-utils==0.8.1 web3==3.16.5

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1