I am getting an InvalidArchiveError in anaconda prompt when I am trying to install spacy. How to solve it?

后端 未结 4 1850
刺人心
刺人心 2021-02-08 14:44

InvalidArchiveError(\'Error with archive C:\\Users\\Sahaja Reddy\\Anaconda3\\pkgs\\openssl-1.1.1g-he774522_0.conda. You probably need to delete and re-download or re-create thi

4条回答
  •  广开言路
    2021-02-08 14:57

    The better approach is to do a cleanup

    conda clean --all
    

    https://docs.conda.io/projects/conda/en/latest/commands/clean.html

提交回复
热议问题