You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: