HDU 2057 A + B Again(16进制加法)
1333
2022-08-22
ubuntu 安装librosa的时候出现No matching distribution found for pytest-runner
今天在安装librosa的时候出现了下面的错误:
wugaosheng@s206:~$ pip3 install librosaCollecting librosa Downloading (1.6MB) 100% |████████████████████████████████| 1.6MB 12.0MB/sCollecting audioread>=2.0.0 (from librosa) Downloading Complete output from command python setup.py egg_info: Could not find a version that satisfies the requirement pytest-runner (from versions: ) No matching distribution found for pytest-runner Traceback (most recent call last): File "/home/wugaosheng/.local/lib/python3.6/site-packages/setuptools/installer.py", line 128, in fetch_build_egg subprocess.check_call(cmd) File "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpg2yxsb59', '--quiet', 'pytest-runner']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "
解决方法
pip3 install pytest-runnerpip3 install librosa
参考文献
[1].pytest-runner 5.2. https://pypi.org/project/pytest-runner/
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~