Skip to content
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

Docker build fails on laser-ethereum #65

Closed
lazzarello opened this issue Feb 26, 2018 · 3 comments
Closed

Docker build fails on laser-ethereum #65

lazzarello opened this issue Feb 26, 2018 · 3 comments
Assignees

Comments

@lazzarello
Copy link
Contributor

Installed /tmp/easy_install-4c46iyaa/py-solc-2.1.0/.eggs/pypandoc-1.4-py3.6.egg
file solc.py (for module solc) not found
warning: no files found matching 'requirements.txt'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
file solc.py (for module solc) not found
file solc.py (for module solc) not found
creating /usr/local/lib/python3.6/dist-packages/py_solc-2.1.0-py3.6.egg
Extracting py_solc-2.1.0-py3.6.egg to /usr/local/lib/python3.6/dist-packages
Adding py-solc 2.1.0 to easy-install.pth file

Installed /usr/local/lib/python3.6/dist-packages/py_solc-2.1.0-py3.6.egg
Searching for laser-ethereum==0.4.3
Reading https://pypi.python.org/simple/laser-ethereum/
No local packages or working download links found for laser-ethereum==0.4.3
error: Could not find suitable distribution for Requirement.parse('laser-ethereum==0.4.3')
The command '/bin/sh -c apt-get update   && apt-get install -y software-properties-common python-software-properties   && add-apt-repository ppa:ethereum/ethereum   && apt-get update   && apt-get install -y solc   && apt-get install -y libssl-dev   && apt-get install -y python3-pip python3-dev   && ln -s /usr/bin/python3 /usr/local/bin/python   && pip3 install --upgrade pip   && apt-get install -y pandoc   && apt-get install -y git   && pip3 install laser-ethereum   && python setup.py install' returned a non-zero code: 1
@lazzarello lazzarello changed the title Build fails on laser-ethereum Docker build fails on laser-ethereum Feb 26, 2018
@muellerberndt
Copy link
Contributor

Hi @lazzarello, I've had issues with the existing Dockerfile as well, but don't have time to look into it right now.

There's an alternative Dockerfile submitted by @thec00n, can you check it that one works?

@chapati23
Copy link

same issue for me, using the standard python image from docker hub: https://hub.docker.com/_/python/

@redsquirrel
Copy link

This fails for me too when I run pip install mythril

Collecting mythril
  Downloading mythril-0.13.2.tar.gz (45kB)
    100% |████████████████████████████████| 51kB 2.0MB/s 
Collecting ethereum>=2.0.4 (from mythril)
  Downloading ethereum-2.3.0.tar.gz (153kB)
    100% |████████████████████████████████| 153kB 3.7MB/s 
Collecting web3 (from mythril)
  Downloading web3-3.16.5.tar.gz (53kB)
    100% |████████████████████████████████| 61kB 6.3MB/s 
Collecting ZODB>=5.3.0 (from mythril)
  Downloading ZODB-5.3.0.tar.gz (509kB)
    100% |████████████████████████████████| 512kB 2.2MB/s 
Collecting z3-solver>=4.5 (from mythril)
  Downloading z3-solver-4.5.1.0.post2.tar.gz (3.9MB)
    100% |████████████████████████████████| 3.9MB 356kB/s 
Collecting laser-ethereum==0.5.2 (from mythril)
  Could not find a version that satisfies the requirement laser-ethereum==0.5.2 (from mythril) (from versions: )
No matching distribution found for laser-ethereum==0.5.2 (from mythril)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants