LoginSignup
0
1

More than 5 years have passed since last update.

Populusでテストするとき、FileNotFoundError: No populus project found for testingと出るとき

Last updated at Posted at 2018-04-18

環境

populus 2.2.0

現象

FileNotFoundError: No populus project found for testing in /Users/hidehiro/code/hidehiro98/populus_test

../../../.pyenv/versions/anaconda3-5.0.0/lib/python3.6/site-packages/populus/plugin.py:60: FileNotFoundError

解決策

defaults.v8.config.jsonをプロジェクトのルートにコピーして、project.jsonとリネームする。
コマンド例: cp ../../../.pyenv/versions/anaconda3-5.0.0/lib/python3.6/site-packages/populus/assets/defaults.v8.config.json project.json

参考

https://github.com/ethereum/populus/issues/414#issuecomment-352265217
https://github.com/ethereum/populus/issues/452

0
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
0
1