walle-web
walle-web copied to clipboard
安装报错(sh admin.sh migration)
问题描述
SETUPTOOLS WILL STOP WORKING <<< in a subsequent release (no sooner than 2020-04-20). Please ensure you are installing Setuptools using pip 9.x or later or pin to
setuptools<45
in your environment. If you have done those things and are still encountering this message, please comment in https://github.com/pypa/setuptools/issues/1458 about the steps that led to this unsupported combination.
sys.version_info < (3,) and warnings.warn(pre + "" * 60 + msg + "" * 60) Usage: flask db upgrade [OPTIONS] [REVISION]
Error: While importing "waller", an ImportError was raised:
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python2.7/site-packages/flask/cli.py", line 235, in locate_app
import(module_name)
File "/home/ubuntu/baoming/walle/walle-web/waller.py", line 6, in
Migration: [ fail ]
运行环境
- OS: [e.g. ubuntu]
我也遇到这个错误了,问题解决了吗
我安装也遇到错误了。不知道如何解决。 不过我又找到一个很好用的开源运维平台,基本上可以满足所有发布需求。https://github.com/openspug/spug
我也遇到这个错误了,问题解决了吗
没解决,这个平台不好用啊,作者都不回复!
我也遇到了,以为是自己的问题搞了一天,没想到大家都遇到了。。。
这个问题让我把walle安装了很多遍,各种试,就是不行。有解决的回复下啊,感谢
参考 https://github.com/NervanaSystems/distiller/issues/475
$ pip uninstall gitdb2 $ pip install gitdb2==2.0.6