使用Python 3.7在Ubuntu 20.04中安装Spyder时出错

时间:2020-04-26 16:19:20

标签: python installation python-3.7 spyder ubuntu-20.04

我在使用Python 3.7的Ubuntu 20.04中安装Spyder时遇到此错误。它可以完美地与Python 3.8完美安装。请帮助解决此错误。

Building wheels for collected packages: psutil, ujson
  Building wheel for psutil (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /home/ranick/.virtualenvs/ml/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-gkngqlcn/psutil/setup.py'"'"'; __file__='"'"'/tmp/pip-install-gkngqlcn/psutil/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ioxnwy6h
       cwd: /tmp/pip-install-gkngqlcn/psutil/
  Complete output (44 lines):
  running bdist_wheel

0 个答案:

没有答案