hi every one,
I tried to add the frappe wiki to the bench but the installation ended with this error
bench --site demo.com install-app wiki
Installing wiki...
Updating DocTypes for wiki : [========================================] 100%
An error occurred while installing wiki: Database.get_values() got an unexpected keyword argument 'pluck'
Traceback (most recent call last):
File "apps/frappe/frappe/commands/site.py", line 293, in install_app
_install_app(app, verbose=context.verbose)
File "apps/frappe/frappe/installer.py", line 196, in install_app
frappe.get_attr(after_install)()
File "apps/wiki/wiki/install.py", line 22, in after_install
sidebar.insert()
File "apps/frappe/frappe/model/document.py", line 261, in insert
self.run_before_save_methods()
File "apps/frappe/frappe/model/document.py", line 1053, in run_before_save_methods
self.run_method("before_save")
File "apps/frappe/frappe/model/document.py", line 941, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1259, in composer
return composed(self, method, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1241, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "apps/frappe/frappe/model/document.py", line 938, in fn
return method_object(*args, **kwargs)
File "apps/wiki/wiki/wiki/doctype/wiki_sidebar/wiki_sidebar.py", line 14, in before_save
details = frappe.db.get_values('Wiki Sidebar',
TypeError: Database.get_values() got an unexpected keyword argument 'pluck'
bench version
erpnext 13.35.2
frappe 13.35.2
wiki 0.0.1
any help or guidance in this regards is highly appreciated.