onedrivecmd icon indicating copy to clipboard operation
onedrivecmd copied to clipboard

Troublesome to run on Python 3.11

Open fg-personal opened this issue 2 years ago • 0 comments

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?

fg-personal avatar Jul 04 '23 13:07 fg-personal