-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always getting "No contracts found" exception #90
Comments
Can you try to run |
Sure, here is the output:
|
Are you installing |
Yes, did the installation as described here: https://ico.readthedocs.io/en/latest/install.html, already tried to do the same from a scratch, the result is the same. |
Here is the list of versions of tools mentioned in installation instructions:
|
@gleb-urvanov Can you do |
hey folks - exactly same situation here ! |
@miohtama here's my pip freeze - basically fresh install on ubuntu on Windows anyconfig==0.9.3 |
Here is the good know version set from Travis:
|
Can you run |
hello. same issue here as well. running Ubuntu 16.04. |
There's some fixes for populus for solidity v0.4.18 and v0.4.19. I am able to compile now. |
@jonasjuan yes it's good: Sooo ... what was the trick to make it work? |
@alexksso |
Ah, so it is specific to the |
@jonasjuan Could you submit a pull request and change this line and test it with solc 0.4.19: https://github.com/TokenMarketNet/ico/blob/master/populus.json#L178 |
@miohtama EDIT: i think i figured out the push thing. thanks. EDIT: Hmm, Im not really sure what to do now. Comparing the files yield identical thus no pull request. Also, is the empty zeppelin folder meant to be filled with the current ones from openzepplin? i'm assuming thats the case so i did so all this while. |
@jonasjuan zeppelin folder is git submodule - if you do |
@jonasjuan You should be able to open PR when you do |
I've submitted a pull request #93 |
@Fonger for some reason your PR makes no difference for me... I just got the raw file and replaced my populous.json UPDATE: actually I downloaded the json to the wrong folder heh. I did have to update the chain, but seems to work now. |
While trying to deploy example contracts to testnet I'm always getting "populus.contracts.exceptions.UnknownContract" exception.
Here are logs for example.yml:
What is missing and how to build and deploy the contracts properly?
The text was updated successfully, but these errors were encountered: