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

前端 未结 6 1460
余生分开走
余生分开走 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:42

    I met the same problem and this might work for you cd into the location where metadata.json exists and type this command cp metadata.json METADATA then you could do sudo pip install

提交回复
热议问题