-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Populus "Hello World" tutorial #4
Comments
From @ktasyaran on March 9, 2017 10:10 I installed populus but it gives that when I write populus init in populus_workspace: AttributeError: module 'anyconfig' has no attribute 'to_container' |
From @avatar-lavventura on March 9, 2017 14:3
|
From @avatar-lavventura on March 9, 2017 14:24 I have updated the installation on the guide I guess you were using mac, can you try this: |
From @ktasyaran on March 9, 2017 20:2 python -V returns python 2.7.10 @avatar-lavventura. Does it make a difference? |
From @avatar-lavventura on March 9, 2017 20:21 I am working on the revert solc 0.4.9 to 0.4.8 but having some problems to fix it. https://github.com/pipermerriam/populus/issues/266 @ktasyaran |
From @avatar-lavventura on March 9, 2017 20:36 pyethapp vs pyethereum: http://ethereum.stackexchange.com/questions/5769/whats-the-difference-between-pyethapp-and-pyethereum @ktasyaran |
From @avatar-lavventura on March 11, 2017 18:37 @ktasyaran I fixed the installation and update the guided. Could you try again to install from beginning. |
From @ktasyaran on March 11, 2017 20:2 I tried now. I realized that you do not have to install solidity via downloading tar for mac users who use Homebrew. It holds both 0.4.8 and 0.4.9 for now. Also populus did not accept with web3 3.5.2 after writing populus init. It wanted 3.7.1. I tried with 3.7.1 and it passed tests. @avatar-lavventura |
From @avatar-lavventura on March 11, 2017 22:28 Did you just done |
From @ktasyaran on March 11, 2017 23:49 brew install solidity gives latest which is 0.4.9. For 0.4.8, you need to do this: |
From @avatar-lavventura on March 11, 2017 23:59 Thanks, I added that to installation guide. @ktasyaran |
From @avatar-lavventura on March 12, 2017 0:4 Did you updated the |
From @ktasyaran on March 12, 2017 0:8 No. Just installed with command written above. Still I can run solidity anywhere in my computer. Therefore, I didn't update paths. I think this path adjustments are for running solidity globally instead of running only in build folder. Am I wrong? |
From @avatar-lavventura on March 12, 2017 0:10 What does |
From @ktasyaran on March 12, 2017 0:10 Version: 0.4.8+commit.60cc1668.Darwin.appleclang |
From @avatar-lavventura on March 12, 2017 0:14 Great, your system overwritten 04.8 onto 0.4.9 that's why you didn't have to update the paths. On ubuntu it require some additional work to do in order to target build folder for 0.4.8. |
Populus
is a smart contract development framework for the Ethereum blockchain. (http://populus.readthedocs.io/en/latest/quickstart.html#installation)Debian, Ubuntu:
OSX
Then:
Initializing a new project:
The text was updated successfully, but these errors were encountered: