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

Troublesome to run on Python 3.11 #85

Open
fg-personal opened this issue Jul 4, 2023 · 0 comments
Open

Troublesome to run on Python 3.11 #85

fg-personal opened this issue Jul 4, 2023 · 0 comments

Comments

@fg-personal
Copy link

I had many issues to run this on my Python 3.11.
All "@async..." functions had to be corrected. All "yield from" functions had to be replaced with await.

The line of the utils/arguments file →

Basic functions

parser.add_argument('--version', action = 'version', version = VER)

also didn't work, I temporarily replaced VER with 'VER'

Could you please push the updates to the files or create a fork of the main project for newer python versions?

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

1 participant