Closed antoinecomp closed 4 years ago
Hi @antoinecomp,
Thank you for reporting this error, I was able to reproduce it.
It looks like you have an older version of the click
package.
To fix it you can run pip install click==7.1.2
.
We will lock the version requirement in the next DeepPavlov release.
DeepPavlov version (you can look it up by running
pip show deeppavlov
):Python version:
Python3.7
Operating system (ubuntu linux, windows, ...):
Windows 10
Issue: I want to get the intents in questions so I'm trying to install deeppavlov following the docs. Yet I got a TypeError: unexpected keyword argument 'hidden' when installing it.
Content or a name of a configuration file:
Command that led to error:
Error (including full traceback):