SaveRestrictedContentBot icon indicating copy to clipboard operation
SaveRestrictedContentBot copied to clipboard

SyntaxError from libs ethon

Open Toni880 opened this issue 2 years ago • 1 comments

Screenshot_2023-02-15-06-52-47-281_com sonelli juicessh

Toni880 avatar Feb 14 '23 23:02 Toni880

That is because you got the wrong Ethon version.

  1. First of all, uninstall Ethon you installed using pip uninstall ethon
  2. Then, download Ethon 1.3.8 version using the following command. wget "https://files.pythonhosted.org/packages/34/d7/b5e00655b83ff6cb345532dcc380605897567b2e9032fd96cb31e62369ad/ethon-1.3.8-py3-none-any.whl"
  3. After downloading, install it using this command. pip install ethon-1.3.8-py3-none-any.whl
  4. After all of that, Run your bot again. python3 -m main

yairwinmm avatar Feb 24 '23 06:02 yairwinmm