Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'click._bashcomplete' #12

Open
thomasjohnkane opened this issue Jun 17, 2021 · 1 comment
Open

No module named 'click._bashcomplete' #12

thomasjohnkane opened this issue Jun 17, 2021 · 1 comment

Comments

@thomasjohnkane
Copy link

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,

@thomasjohnkane
Copy link
Author

For anyone interested, I changed line 18 to this and got the build to complete successfully:

python3 -m pip install --upgrade pip setuptools wheel && pip install -r requirements.txt

Which makes sure pip, setuptools and wheel are updated before installing requirements.

If this is a real issue and not isolated to me, I'll submit a PR. Let me know.

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant