简体   繁体   English

我安装了 pipwin 但无法安装 pyaudio

[英]i installed pipwin but cant install pyaudio

pipwin install PyAudio pipwin: The term 'pipwin' is not recognized as the name of a cmdlet, function, script file, or operable program. pipwin install PyAudio pipwin:术语“pipwin”未被识别为 cmdlet、function、脚本文件或可运行程序的名称。 Check the spelling of the name, or if a path was included, verify that the path is correct and try again.检查名称的拼写,或者如果包含路径,请验证路径是否正确并重试。 At line:1 char:1在行:1 字符:1

  • pipwin install PyAudio pipwin 安装 PyAudio
  •  + CategoryInfo: ObjectNotFound: (pipwin:String) [], CommandNotFoundException + FullyQualifiedErrorId: CommandNotFoundException

This error (ObjectNotFound: (pipwin:String)) is telling you that pipwin can't be found which means that you either installed it in the wrong place or you didn't install it.此错误(ObjectNotFound: (pipwin:String))告诉您无法找到 pipwin,这意味着您要么将其安装在错误的位置,要么您没有安装它。 To install pipwin you can go to the directory that you have your script in and type cmd in the title bar, like up here (This is an image) .要安装 pipwin,您可以输入 go 到您的脚本所在的目录,然后在标题栏中输入 cmd,就像这里一样(这是一张图片) Then you can type pip install pipwin .然后你可以输入pip install pipwin Or you can type it in the terminal of the IDE that your using.或者您可以在您使用的 IDE 的终端中键入它。

Could you try to execute pip install pipwin again?你能尝试再次执行pip install pipwin吗? It looks like you have not installed it or you have not installed it in the environment you have selected.看起来你没有安装它或者你没有在你选择的环境中安装它。

If it works, could you execute pip show pipwin and get-command pipwin (PowerShell) or where pipwin (CMD)?如果有效,您能否执行pip show pipwinget-command pipwin (PowerShell) 或where pipwin (CMD)?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我无法正确安装 pyaudio,据说它已安装,但程序说:AttributeError: Could not find PyAudio; 检查安装 - I cant install pyaudio properly, is says that its installed but programm says: AttributeError: Could not find PyAudio; check installation 我无法安装 pyaudio,出现一个奇怪的错误? - i cant install pyaudio, a weird error is showing up? 我无法安装 PyAudio - I cannot install PyAudio 我如何正确安装 pipwin,它安装了但随后不被识别为命令 - How do I install pipwin properly, it installs but then it's not recognized as a command 无法安装 PyAudio python3.8 - Cant install PyAudio python3.8 即使安装了 HomeBrew,也无法在 Mac 上安装 PyAudio - Unable To Install PyAudio On A Mac Even With HomeBrew Installed 我肯定在我的 windows 上安装了 PyAudio,但是当我尝试安装到 Pycharm 时,我收到这条消息? - I have PyAudio installed on my windows for sure, but when I try to install into Pycharm I get this message? 为什么在 Python Django 项目中的 Windows 10 中使用 pipwin 安装 pyaudio 时出现“HTTP Error 404: Not Found”? - Why do I get “HTTP Error 404: Not Found” when installing pyaudio with pipwin in Python Django project in Windows 10? 我通过 conda install 安装了 pyaudio,但我的笔记本电脑没有从麦克风中获取音频 - I installed pyaudio by conda install but my laptop is not taking audio from microphone 为什么即使我安装了pyaudio也找不到? - Why is pyaudio not found even after I installed it?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM