WEB3_INFURA_PROJECT_ID
. More details on how to can be found here: https://web3py.readthedocs.io/en/stable/quickstart.html?highlight=infura#provider-infura
Review
phase before Last Call
. The spec is currently sitting in Review
. There’s an open question on the eth-magicians forum about whether a Checksum
should be required for in-lined sources. Once that’s resolved, I feel safe moving onto Last Call
(finally :sweat_smile: ). Do you happen to remember why we settled on this requirement during the Solidity Summit sessions?
review
status for another week or so - and then we’ll bump it to last call
. If there are any lingering suggestions / feedback - let’s discuss it here - the sooner the better!
Hi, is there a plan to push ethpm-cli:0.3.0 to dockerhub? It looks like only 0.2.0 is up there currently, and pip has been presenting issues.
I've been attempting to install via pip, with version 21.0.1
, and python 3.7.0
(On Ubuntu 18.04), but the installation process seems to be failing from conflicting dependencies. I created a fresh virtualenv for the installation. Also, the install process is quite extended with many messages of the type INFO: pip is looking at multiple versions of <PACKAGE>
. When switching to a legacy resolver pip install ethpm-cli --use-deprecated=legacy-resolver
, I get this message instead: ERROR: Could not find a version that satisfies the requirement ipfshttpclient==0.7.0a1 (from web3[tester]<6,>=5.13.0->ethpm-cli) (from versions: 0.4.10, 0.4.11, 0.4.12, 0.4.13, 0.4.13.1, 0.4.13.2, 0.6.0, 0.6.0.post1, 0.6.1)
ERROR: No matching distribution found for ipfshttpclient==0.7.0a1 (from web3[tester]<6,>=5.13.0->ethpm-cli)
web3
has an ethpm module you should use