添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
这篇博客介绍了在使用Anaconda安装Python环境时遇到的pip安装包错误,如'No such file or directory'。错误可能由于注册表配置不正确或已安装的包版本冲突引起。解决方法包括修改注册表LongPathsEnabled值为1,以及处理不同版本安装文件的冲突。通过拷贝已有版本的文件到指定路径,可以成功解决安装问题。 摘要由CSDN通过智能技术生成

一、修改注册表配置

用anaconda 安装python开发环境的时候,使用pip安装某些包,会弹出如下这种提示

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘d:\users\xxxx\appdata\local\continuum\anaconda3\envs\faiss\lib\site-packages\numpy-1.20.3.dist-info\METADATA’
除了要修改注册表 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled 值由0变1

参考: ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘c:\users

二、版本安装文件重复安装,导致冲突

还可能是你这个安装环境里对应的安装包里已经有了其它版本的文件夹,如果是的话就把其它版本的对应文件夹里的内容拷到错误提示里的路径下就可以了,比如我这次系统提示没有 numpy-1.20.3.dist-info\METADATA 文件,我进入我的安装路径下发现已经有个1.20.2版本的文件了,所以就直接把1.20.2版本的文件拷到了1.20.3的路径下,再次安装fasttext,提示成功。
在这里插入图片描述

参考2: Could not install packages due to an EnvironmentError: [Errno 2] numpy-1.20.1.dist-infor \METADATA

本文主要介绍了 ERROR : Could not install packages due to an OS Error : [ Errno 2] No such file or directory 解决方案,希望能对使用 Python 的同学们有所帮助。 1. 问题描述 2. 解决方案
ERROR : Could not install packages due to an OS Error : [ Errno 2] No such file or directory :报错处理
ERROR : Could not install packages due to an OS Error : [ Errno 2] No such file or directory :
报错如下: ERROR : Could not install packages due to an OS Error : [ Errno 2] 没有那个文件或目录: '/home/tjh/miniconda3/envs/pytorch1.12_gpu/lib/ python 3.9/site- packages / numpy -1.23.4.dist-info/METADATA' 删除“ numpy -1.23.4.dist-info”文件夹后,再次 安装 ,成功
在windows10上用pip命令pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html 安装 pytorch时遇到如下问题: PS C:\Users\mgn10> pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.
【安装填坑】---- ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 86901 【Python库安装填坑】faiss在Windows上的安装问题---from . import _swigfaiss ImportError: DLL load failed: 找不到指定的模块。 15460 【安装填坑】---- ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: qfssu: 通过法2下载成功了 【安装填坑】---- ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: m0_73384798: 原来是路径太长了,系统没识别,去系统变量里面把长路径默认值改为1就可以了。 【DLT学习笔记1】FIBEX XML格式和AUTOSAR开发 weixin_40790559: 搬运工,我看到更早的文章了,一字不差 gdb调试coredump(使用篇) stridder: 七 执行后可以生成core dump。 八 这个文件可以正常执行,没有生成core dump