analyseether / ether_sql

A python library to push ethereum blockchain data into an sql database.
http://ether-sql.readthedocs.io
Apache License 2.0
69 stars 22 forks source link

Latest version of web3 is not being installed from the master #16

Closed ankitchiplunkar closed 6 years ago

ankitchiplunkar commented 6 years ago

Describe the bug latest version of web3 is not being installed from the master

To Reproduce Steps to reproduce the behavior:

  1. Clone ether_sql from this repo

  2. Install ether_sql using the command pip install -e . -r requirements.txt

  3. See error

    Obtaining web3.py from git+git://github.com/ethereum/web3.py.git@master#egg=web3.py (from -r requirements.txt (line 2))
    Updating ./venv/src/web3.py clone (to revision master)
    Running setup.py (path:/home/ankit/ether_sql/venv/src/web3.py/setup.py) egg_info for package web3.py produced metadata for project name web3. Fix your #egg=web3.py fragments.

Expected behavior The web3 module from the master repo of web3.py should be installed

Desktop (please complete the following information):

ankitchiplunkar commented 6 years ago

Corrected in hotfix: https://github.com/analyseether/ether_sql/commit/1f2746ce6d9ec26c4d1588af78361519587b69a7