cs201503
cs201503
> The error `Timeout: 60 seconds` is being automatically retried with a reduced batch size. Does the command finish successfully in the end or with an error code? Of the...
> Check if you have installed ethereum-etl to the right version of Python Hi @ksiau , I have Python 3.8.10 Which is the correct version that I should use with...
> > > Check if you have installed ethereum-etl to the right version of Python > > > > > > Hi @ksiau , I have Python 3.8.10 > >...
Hi @ksiau Thank you for your reply! After I replaced the code with "python3 -m ethereumetl export_blocks_and_transactions --start-block 0 --end-block 500000 --provider-uri file://$HOME/.ethereum/geth/chaindata --blocks-output blocks.csv --transactions-output transactions.csv" the following error...
> It looks like something is wrong with your environment. Can you confirm that you have scipy installed? You can dump your whole environment by doing `conda list` Hi Julia,...