Could not install packages due to an EnvironmentError: [Errno 2]

前端 未结 6 1499
余生分开走
余生分开走 2020-12-01 17:24

I`ve recently started having problems with pip installs. Every time I run this kind of command in Terminal, I get an error:

Could not install packages due to:

<
6条回答
  •  感动是毒
    2020-12-01 17:33

    Try to reinstall tqdm with conda. And then you can install packages with pip.

    conda install tqdm
    

    Wait until it done. Then you can do:

    pip install gender-guesser
    

提交回复
热议问题