We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I follow the installation instructions, doing ```curl -L https://github.com/mtshiba/ergup/raw/main/ergup.py | python```` I get the error
File "<stdin>", line 670 match (sys__).platform: ^ SyntaxError: invalid syntax
My python version is Python 3.8.14, I am using Ubuntu 18.04.
The text was updated successfully, but these errors were encountered:
Perhaps updating the readme to say requirements python3.10 would help. But I think 3.10 is not so adopted yet personally.
Sorry, something went wrong.
No branches or pull requests
When I follow the installation instructions, doing
```curl -L https://github.com/mtshiba/ergup/raw/main/ergup.py | python````
I get the error
My python version is Python 3.8.14, I am using Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: