spaCy models installation failure

Hi,

I am running prodigy on a remote server. I just cannot install the spaCy model in order to use prodigy. It looks like the urllib3 cannot initiate the connection due to the proxy thing. Is it possible to manually download?

requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘raw.githubusercontent.com’, port=443): Max retries exceeded with url: /explosion/spacy-models/master/shortcuts-v2.json (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x7f492a070fd0>: Failed to establish a new connection: [Errno 110] Connection timed out’,))

Cheers

Solved by setting the proxy on the company side.

1 Like

Thanks for the update, glad you got it working! :+1: