ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory:错误解决

安装python的环境时,使用pip安装某些包(如TensorFlow、tensor2tensor等),可能会弹出如下错误提示:

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'd:\users\xxxx\anaconda3\xxx\site-packages\numpy-1.20.3.dist-info\METADATA

  解决办法:
  还可能安装环境里对应的安装包里存在其它版本,把其它版本的对应文件夹里的内容拷到错误提示里的路径下就可以了,如系统提示没有numpy-1.20.3.dist-info\METADATA文件,如果发现安装路径下发现已经有个1.20.2版本的文件,直接把1.20.2版本的文件拷到1.20.3的路径下,再次安装即可。

 

上一篇:Could not install packages due to an OSError: ("Connection broken: ConnectionResetError(10054,


下一篇:Python的报错笔记整理——(cmd下载)OSError: [E050] Can‘t find model ‘zh_core_web_sm‘