Closed ankitchiplunkar closed 6 years ago
Describe the bug latest version of web3 is not being installed from the master
To Reproduce Steps to reproduce the behavior:
Clone ether_sql from this repo
Install ether_sql using the command pip install -e . -r requirements.txt
pip install -e . -r requirements.txt
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):
Corrected in hotfix: https://github.com/analyseether/ether_sql/commit/1f2746ce6d9ec26c4d1588af78361519587b69a7
Describe the bug latest version of web3 is not being installed from the master
To Reproduce Steps to reproduce the behavior:
Clone ether_sql from this repo
Install ether_sql using the command
pip install -e . -r requirements.txt
See error
Expected behavior The web3 module from the master repo of web3.py should be installed
Desktop (please complete the following information):