Skip to content

Troublesome to run on Python 3.11 #85

@fg-personal

Description

@fg-personal

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions