我正在尝试将 aubio软件包python 上的 64位Windows 10 上的python 。
问题似乎是我无法建立轮子。
我得到一个对话框,说 "the program can't start because mspdb140.dll is missing from your computer. Try reinstalling the program to fix this problem."
不确定它甚至指的是...
我已经下载了 Visual C 14.0 和 aubio zip 文件,我认为这是我需要的:我尝试了PIP安装并已下载<<strong> Visual C 14.0 和 Aubio Zip 文件,我认为我需要。
这是我得到的最终错误代码:
Command "C:UsersdanciAnaconda3python.exe -u -c "import setuptools,
tokenize;__file__='C:\Users\danci\AppData\Local\Temp\pip-build-
d5772nkl\aubio\setup.py';f=getattr(tokenize, 'open', open)
(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code,
__file__, 'exec'))" install --record C:UsersdanciAppDataLocalTemppip-
z8g1pk58-recordinstall-record.txt --single-version-externally-managed --
compile" failed with error code 1 in C:UsersdanciAppDataLocalTemppip-
build-d5772nklaubio
另外,大约在安装的一半,我得到了:
File "C:UsersdanciAppDataLocalTemppip-build-
d5772nklaubiopythonlibgen_external.py", line 108, in get_c_declarations
raise Exception("preprocessor output is empty:n%s" % err_output)
Exception: preprocessor output is empty:
b''
----------------------------------------
Failed building wheel for aubio
谢谢。
您的设置似乎缺少某些内容。要在Windows上编译Python扩展程序,您将需要用于构建Python二进制的编译器。
请参阅有关Windows编译器的此页面,以查找要使用的正确版本:https://wiki.python.org/moin/windowscompilers