错误:在安装需求时,退出状态为1的命令出错 错误:命令出错,退出状态为1: 命令:/usr/bin/python3-c'import sys、setuptools、tokenize;sys.argv[0]=“tmp/pip-install-ib3vl4vt/web.py/setup.py”“”__文件uu=“”/tmp/pip-install-ib3vl4vt/web.py/setup.py“”;f=getattr(标记化,“'open'”,open)(\uuuuu文件);code=f.read().replace(“\r\n”“”、“\n”“”);f、 close();exec(编译(代码,uuuu文件,uuuuu,“'exec'”))'egg\u信息——蛋基pip egg信息 cwd:/tmp/pip-install-ib3vl4vt/web.py/ 完整输出(7行): 回溯(最近一次呼叫最后一次): 文件“”,第1行,在 文件“/tmp/pip-install-ib3vl4vt/web.py/setup.py”,第6行,在 从web导入\uuuu版本__ 文件“/tmp/pip-install-ib3vl4vt/web.py/web/_uinit__uuu.py”,第14行,在 导入utils、db、net、wsgi、http、webapi、httpserver、debugerror ModuleNotFoundError:没有名为“utils”的模块 ---------------------------------------- 错误:命令出错,退出状态为1:python setup.py egg_info检查日志以获得完整的命令输出。

错误:在安装需求时,退出状态为1的命令出错 错误:命令出错,退出状态为1: 命令:/usr/bin/python3-c'import sys、setuptools、tokenize;sys.argv[0]=“tmp/pip-install-ib3vl4vt/web.py/setup.py”“”__文件uu=“”/tmp/pip-install-ib3vl4vt/web.py/setup.py“”;f=getattr(标记化,“'open'”,open)(\uuuuu文件);code=f.read().replace(“\r\n”“”、“\n”“”);f、 close();exec(编译(代码,uuuu文件,uuuuu,“'exec'”))'egg\u信息——蛋基pip egg信息 cwd:/tmp/pip-install-ib3vl4vt/web.py/ 完整输出(7行): 回溯(最近一次呼叫最后一次): 文件“”,第1行,在 文件“/tmp/pip-install-ib3vl4vt/web.py/setup.py”,第6行,在 从web导入\uuuu版本__ 文件“/tmp/pip-install-ib3vl4vt/web.py/web/_uinit__uuu.py”,第14行,在 导入utils、db、net、wsgi、http、webapi、httpserver、debugerror ModuleNotFoundError:没有名为“utils”的模块 ---------------------------------------- 错误:命令出错,退出状态为1:python setup.py egg_info检查日志以获得完整的命令输出。,python,android,Python,Android,在不安全的Bankv2/AndroLabServer中安装requirements.txt时,我遇到了以下错误。 由于这些问题,看起来不安全的Bankv2应用程序无法登录到我的服务器 我该怎么解决这个问题?你试过了吗 ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/p

在不安全的Bankv2/AndroLabServer中安装requirements.txt时,我遇到了以下错误。 由于这些问题,看起来不安全的Bankv2应用程序无法登录到我的服务器

我该怎么解决这个问题?

你试过了吗

    ERROR: Command errored out with exit status 1:
 command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ib3vl4vt/web.py/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ib3vl4vt/web.py/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
     cwd: /tmp/pip-install-ib3vl4vt/web.py/
Complete output (7 lines):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-install-ib3vl4vt/web.py/setup.py", line 6, in <module>
    from web import __version__
  File "/tmp/pip-install-ib3vl4vt/web.py/web/__init__.py", line 14, in <module>
    import utils, db, net, wsgi, http, webapi, httpserver, debugerror
ModuleNotFoundError: No module named 'utils'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

我是如何绕过这个错误消息的是dopy-3-mpip安装,它工作正常。从2020年7月起,我在虚拟环境中使用Windows 10

当我试图安装coderedcms时,出现了错误。

在linux上试试这个

pip install utils

@MMascarin可能会尝试pip安装python-utils并将python-utils作为utils导入
python3 -m pip install win32gui