【问题标题】:getting an OSError when trying to pip install尝试 pip 安装时出现 OSError
【发布时间】:2025-08-20 03:30:04
【问题描述】:

当我尝试pip install neuralintents 时,它给了我这个错误:

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

如果我启用windows长路径可以修复,我该怎么做

谢谢

【问题讨论】:

标签: python windows pip


【解决方案1】:

当我尝试使用 Python 3.10.0 安装神经意图时,我收到了 Tensorflow 错误。然后我尝试像这样安装tensorflow:

pip install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.8.0-py3-none-any.whl

在那之后,你现在可以做

pip install neuralintents

【讨论】:

  • 正如目前所写,您的答案尚不清楚。请edit 添加其他详细信息,以帮助其他人了解这如何解决所提出的问题。你可以找到更多关于如何写好答案的信息in the help center