I tried the basic Palmer Penguins example and on running lumen the first time (command “lumen serve penguins.yaml --show --autoreload”) I got this error:
ERROR: __init__() got an unexpected keyword argument 'arg'
Hopefully something simple about my installation or setup?
I am using a conda installation on Windows 11.
lumen 0.4.1
pyviz 2.3.2
hvplot 0.8.4
Thanks in advance
p.s. I ran the yaml-linter across my file and it says it is a valid yaml file. So the problem is apparently nothing to do with linefeeds or tabs or other characters that cause the yaml file format to be invalid.