ERROR: Cannot install -r requirements.txt (line 16) and web3==5.31.3 because these package versions have conflicting dependencies.
The conflict is caused by:
eip712 0.1.7 depends on eth-abi<4 and >=3.0.1
web3 5.31.3 depends on eth-abi<3.0.0 and >=2.2.0
I see #30 #31
I think maybe has more conflict with web3, maybe for more packages need to relax the pin a bit
Overview
-- python: 3.8.16 -- eip712: 0.1.7 -- web3: 5.31.3 (lastest)
ERROR: Cannot install -r requirements.txt (line 16) and web3==5.31.3 because these package versions have conflicting dependencies. The conflict is caused by: eip712 0.1.7 depends on eth-abi<4 and >=3.0.1 web3 5.31.3 depends on eth-abi<3.0.0 and >=2.2.0
I see #30 #31 I think maybe has more conflict with web3, maybe for more packages need to relax the pin a bit