无法安装Musicplayer

时间:2019-05-15 06:30:44

标签: python-3.x

我一直在尝试使用python 3x的pip安装musicplayer模块。我已经安装了具有C ++支持的Visual Studio 2019,但是似乎无法解决我一直遇到的问题。 我正在Windows 7 x64中工作。

尝试安装时给出错误代码:

Error command: C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.20.27508\\bin\\HostX86\\x64\\cl.exe' failed with exitunity\\VC\\Tools\\MSVC\\14.20.27508\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2

ERROR: Command "'c:\users\home\appdata\local\programs\python\python36\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\home\\AppData\\Local\\Temp\\pip-install-dnh02zf8\\musicplayer\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\home\AppData\Local\Temp\pip-record-zot6lhkh\install-record.txt' --single-version-externally-managed --compile" failed with error code 1 in C:\Users\home\AppData\Local\Temp\pip-install-dnh02zf8\musicplayer\\

对如何解决此安装问题有任何见解?我需要能够在当前代码项目中使用MP3播放器。

我最初安装了VS2014,但随后将其卸载并安装了VS2019(社区版),而不是希望能够解决此问题,但事实并非如此。

0 个答案:

没有答案