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应用似乎无法登录到我的服务器。
我应该怎么解决这个问题?
答案 0 :(得分:0)
您尝试过
pip install utils
答案 1 :(得分:0)
我如何解决此错误消息是执行py -3 -m pip安装,并且工作正常。截至2020年7月,我正在虚拟环境中使用Windows 10。
当我尝试安装coderedcms时发生错误。
答案 2 :(得分:0)
在linux上尝试
python3 -m pip install win32gui