在 Windows 10 Python 3.7.9 (IDLE) 上,我成功安装了“pip install numexpr”,但是在“import numexpr as ne”时出现错误:
回溯(最后一次调用):文件“<pyshell#21>”,第 267 行,在 import numexpr as ne 文件“C:\Python379\lib\site-packages\numexpr_ init _.py”,第 28 行,来自numexpr.interpreter import MAX_THREADS, use_vml, __ BLOCK_SIZE1__ ImportError: DLL load failed: 找不到这个模块。
也许我需要以其他方式安装 Numexpr