Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError from libs ethon #73

Open
Toni880 opened this issue Feb 14, 2023 · 1 comment
Open

SyntaxError from libs ethon #73

Toni880 opened this issue Feb 14, 2023 · 1 comment

Comments

@Toni880
Copy link

Toni880 commented Feb 14, 2023

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

@yairwinmm
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants