Skip to content
Discussion options

You must be logged in to vote

Hi @Abe410 ,

Just to sanity-check, did contextualSpellCheck install without any problems? You can refer to the installation logs to be sure. One of its dependencies, editdistance, requires wheel to be installed, so you might want to do something like:

pip install wheel  # to solve some setup problems
pip install contextualSpellCheck

Another thing to check is your environment, are you importing contextualSpellCheck in the same environment where you installed it? You can avoid env problems by creating virtual environments and the like.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Abe410
Comment options

@ljvmiranda921
Comment options

@Abe410
Comment options

@Abe410
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party Third-party packages and services
2 participants