Upgrade error - upgrade() got an unexpected keyword argument 'non_interactive'

Just tried upgrading from Lilac to Maple using tutor, version 13.1.7.

Ran tutor local quickstart and received the following error:

Are you sure you want to continue? [Y/n] y
Traceback (most recent call last):
  File "main.py", line 25, in <module>
  File "tutor/commands/cli.py", line 27, in main
  File "click/core.py", line 1128, in __call__
  File "click/core.py", line 1053, in main
  File "click/core.py", line 1659, in invoke
  File "click/core.py", line 1659, in invoke
  File "click/core.py", line 1395, in invoke
  File "click/core.py", line 754, in invoke
  File "click/decorators.py", line 26, in new_func
  File "tutor/commands/local.py", line 83, in quickstart
  File "click/core.py", line 754, in invoke
  File "click/decorators.py", line 26, in new_func
TypeError: upgrade() got an unexpected keyword argument 'non_interactive'
[11640] Failed to execute script 'main' due to unhandled exception!

Thanks for the report @ToddLichty! This is indeed a bug which will be fixed by this PR: fix broken quickstart by regisb · Pull Request #616 · overhangio/tutor · GitHub I’ll release v13.1.8 very soon.

Excellent! I will restore my backup and try the upgrade process again once 13.1.8 is released.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.