Open adeelmalik1988 opened 3 months ago
you can go to site-packages/parsimonious/expressions.py in your python env and change import line form "getargspec" to "getfullargspec"
I resolved this issue by simply installing Python 3.10.x version. It seems Python versions > 3.11 are not working properly. So just installing the older version and running in the virtual environment works fine.
Thank you guys for your responses. I have tried b/m and it works. import line form "getargspec" to "getfullargspec" It is also good to know that Python 3.10.x versions work fine.
On Mon, Aug 19, 2024 at 8:32 AM Murat Baktur @.***> wrote:
I resolved this issue by simply installing Python 3.10.x version. It seems Python versions > 3.11 are not working properly. So just installing the older version and running in the virtual environment works fine.
— Reply to this email directly, view it on GitHub https://github.com/blockchain-etl/ethereum-etl/issues/494#issuecomment-2295599836, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQFFV5VJEJKIMLHQOQBOX3ZSFRL3AVCNFSM6AAAAABMIMLEZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJVGU4TSOBTGY . You are receiving this because you authored the thread.Message ID: @.***>
-- Sincere Regards
Adeel MalikTCC-21
I am using EC2 AWS instance in which I am using python env. I installed with pip3 install ethereum-etl. I'm unable to run any ethereumetl cmd due to b/m error. Please guide how to resolve this error as I'm stuck for hours now:
pip3 list
env