遇到问题:

requests.exceptions.ConnectionError: ('Connection aborted.', OSError(107, 'Transport endpoint is not connected'))

ConnectionResetError: [Errno 104] Connection reset by peer

解决办法:

第一步:curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

第二步:python get-pip.py

第三步:python -m spacy download en

 

相关文章:

  • 2021-10-12
  • 2022-12-23
  • 2022-01-07
  • 2021-09-28
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
猜你喜欢
  • 2021-04-26
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2022-01-06
相关资源
相似解决方案