OpenAI Whisper Cannot Import Numpy

题意:"OpenAI Whisper 无法导入 Numpy"

问题背景:

I am trying to run the OpenAI Whisper model but running into the following error when trying to run my script:

"我正在尝试运行 OpenAI Whisper 模型,但在运行脚本时遇到了以下错误:"

ValueError: Unable to compare versions for numpy>=1.17: need=1.17 found=None. This is unusual. Consider reinstalling numpy.

I have, as the error suggests, tried reinstalling Numpy but that didn't solve anything. When I run the command 'pip show numpy' I get:

"正如错误提示的那样,我尝试重新安装 Numpy,但这并没有解决问题。当我运行 'pip show numpy' 命令时,我得到以下输出:"

python 复制代码
Name: numpy
Version: 1.23.5
Summary: NumPy is the fundamental package for array computing with Python.
Home-page: https://www.numpy.org
Author: Travis E. Oliphant et al.
Author-email: 
License: BSD
Location: /opt/homebrew/lib/python3.10/site-packages
Requires: 
Required-by: contourpy, matplotlib, pandas, pythran, scipy, transformers, whisper

So not only do I have Numpy version 1.23.5 (>1.17), it also lists whisper as dependent on the package.

"所以,我不仅安装了 Numpy 1.23.5 版本(>1.17),它还显示 Whisper 依赖于该软件包。"

My machine is a Macbook Air M1 running OS Ventura 13.0.1.

"我的机器是一台运行 macOS Ventura 13.0.1 的 MacBook Air M1。"

I have looked through the OpenAI github for similar issues but I can't seem to find anything of the sort. I also tried importing the package manually with this following:

"我查阅了 OpenAI 的 GitHub,寻找类似的问题,但似乎没有找到相关内容。我还尝试使用以下方式手动导入该软件包:"

python 复制代码
import sys
sys.path.append('/opt/homebrew/lib/python3.10/site-packages/numpy')

But this didn't work either. Please let me know if you have any insight as to why this may be happening.

"但这也没有奏效。如果你对这个问题的原因有任何见解,请告诉我。"

问题解决:

I was able to resolve this issue by navigating to the directory printed by 'pip show numpy', which in my case was "/opt/homebrew/lib/python3.10/site-packages"

"我通过导航到 'pip show numpy' 命令输出的目录解决了这个问题,在我的情况下,该目录是 '/opt/homebrew/lib/python3.10/site-packages'。"

From there, there were some loose numpy related folders despite uninstalling numpy. I deleted these folders and reinstalled numpy using

"在那里,尽管我已经卸载了 Numpy,但仍然有一些与 Numpy 相关的零散文件夹。我删除了这些文件夹,并使用以下命令重新安装了 Numpy:"

python 复制代码
python3 -m pip install numpy

After doing this my code worked as expected.

"在完成这些操作后,我的代码按预期运行了。"

相关推荐
ZH15455891315 小时前
Flutter for OpenHarmony Python学习助手实战:数据库操作与管理的实现
python·学习·flutter
belldeep6 小时前
python:用 Flask 3 , mistune 2 和 mermaid.min.js 10.9 来实现 Markdown 中 mermaid 图表的渲染
javascript·python·flask
喵手6 小时前
Python爬虫实战:电商价格监控系统 - 从定时任务到历史趋势分析的完整实战(附CSV导出 + SQLite持久化存储)!
爬虫·python·爬虫实战·零基础python爬虫教学·电商价格监控系统·从定时任务到历史趋势分析·采集结果sqlite存储
喵手6 小时前
Python爬虫实战:京东/淘宝搜索多页爬虫实战 - 从反爬对抗到数据入库的完整工程化方案(附CSV导出 + SQLite持久化存储)!
爬虫·python·爬虫实战·零基础python爬虫教学·京东淘宝页面数据采集·反爬对抗到数据入库·采集结果csv导出
CBeann6 小时前
企业级规则引擎落地实战:动态脚本引擎 QLExpress ,真香!
java·ai·大模型·规则引擎·qlexpress·大厂实战项目
B站_计算机毕业设计之家6 小时前
猫眼电影数据可视化与智能分析平台 | Python Flask框架 Echarts 推荐算法 爬虫 大数据 毕业设计源码
python·机器学习·信息可视化·flask·毕业设计·echarts·推荐算法
PPPPPaPeR.6 小时前
光学算法实战:深度解析镜片厚度对前后表面折射/反射的影响(纯Python实现)
开发语言·python·数码相机·算法
Thexhy6 小时前
Ollama 指南
ai·大模型
JaydenAI6 小时前
[拆解LangChain执行引擎] ManagedValue——一种特殊的只读虚拟通道
python·langchain
骇城迷影6 小时前
Makemore 核心面试题大汇总
人工智能·pytorch·python·深度学习·线性回归