安装pip3 install r requirements.txt时出错

2024-10-03 02:46:09 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试安装python开发环境,然后才能运行示例,因为我遇到了这个错误。 一切都已正确安装,直到此时发现这些软件包存在问题

Building wheel for pyteal (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /home/simospa/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = 
'"'"'/tmp/pip-install-om7b_ah_/pyteal/setup.py'"'"'; __file__='"'"'/tmp/pip-install-om7b_ah_/pyteal/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-t0my45p0
       cwd: /tmp/pip-install-om7b_ah_/pyteal/
  Complete output (8 lines):
  /home/simospa/venv/lib/python3.8/site-packages/setuptools/dist.py:473: UserWarning: Normalizing 
'0.9.0.dev.1' to '0.9.0.dev1'
    warnings.warn(
  usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: setup.py --help [cmd1 cmd2 ...]
     or: setup.py --help-commands
     or: setup.py cmd --help

  error: invalid command 'bdist_wheel'
  ----------------------------------------
  ERROR: Failed building wheel for pyteal

你知道我怎么解决吗?多谢各位


Tags: installpiporpysetuphelptmpfile