草庐IT

python - 错误 : Command errored out with exit status 1 while installing requirements

coder 2023-12-05 原文

    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.

在 InsecureBankv2/AndroLabServer 中安装 requirements.txt 时,我遇到了这个错误。 由于这些问题,InsecureBankv2 应用似乎无法登录到我的服务器。

我应该怎么做才能解决这个问题?

最佳答案

你试过吗

pip install utils

关于python - 错误 : Command errored out with exit status 1 while installing requirements,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57243141/

有关python - 错误 : Command errored out with exit status 1 while installing requirements的更多相关文章

随机推荐