Skip to content
Discussion options

You must be logged in to vote

The SSLError you encountered when trying to download en_core_web_sm with spacy download indicates a problem with the SSL certificate verification while trying to access the package over HTTPS. This issue may indeed relate to your network's security setup, such as the presence of a proxy or firewall.

Since you've downloaded the en_core_web_sm-3.7.1.tar.gz file manually, you should be able to install it directly with pip, provided you supply the correct path to the file. The error message you're seeing suggests that the command might have been pointed to a directory instead of the tar.gz file, or the path was not specified correctly.

Here's how you can install the spaCy model en_core_web_sm…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FrankVanDorp
Comment options

Answer selected by FrankVanDorp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants