Hello,
I'm trying to run the Docker environment based on this: #6
I receive the error: No module named 'click._bashcomplete'
In this line: RUN python3 -m spacy download en && python3 -m spacy download xx
I've tried adding click to the requirements.txt file, and also pinning the spacy version to less than v3.
Anybody else experiencing this or have any suggestions?
Thanks,