You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 pypa/setuptools#1458
about the steps that led to this unsupported combination.
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
from walle.app import create_app
File "/home/ubuntu/baoming/walle/walle-web/walle/app.py", line 16, in
from walle.api import deploy as DeployAPI
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/baoming/walle/walle-web/walle/api/deploy.py", line 14, in
from walle.service.deployer import Deployer
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/baoming/walle/walle-web/walle/service/deployer.py", line 25, in
from walle.service.git.repo import Repo
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/baoming/walle/walle-web/walle/service/git/repo.py", line 14, in
import git as PyGit
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/.local/lib/python2.7/site-packages/git/init.py", line 38, in
from git.exc import * # @nomove @IgnorePep8
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/.local/lib/python2.7/site-packages/git/exc.py", line 9, in
from git.compat import UnicodeMixin, safe_decode, string_types
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/.local/lib/python2.7/site-packages/git/compat.py", line 16, in
from gitdb.utils.compat import (
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
ImportError: No module named compat
Migration: [ fail ]
运行环境
OS: [e.g. ubuntu]
The text was updated successfully, but these errors were encountered:
问题描述
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
from walle.app import create_app
File "/home/ubuntu/baoming/walle/walle-web/walle/app.py", line 16, in
from walle.api import deploy as DeployAPI
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/baoming/walle/walle-web/walle/api/deploy.py", line 14, in
from walle.service.deployer import Deployer
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/baoming/walle/walle-web/walle/service/deployer.py", line 25, in
from walle.service.git.repo import Repo
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/baoming/walle/walle-web/walle/service/git/repo.py", line 14, in
import git as PyGit
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/.local/lib/python2.7/site-packages/git/init.py", line 38, in
from git.exc import * # @nomove @IgnorePep8
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/.local/lib/python2.7/site-packages/git/exc.py", line 9, in
from git.compat import UnicodeMixin, safe_decode, string_types
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
File "/home/ubuntu/.local/lib/python2.7/site-packages/git/compat.py", line 16, in
from gitdb.utils.compat import (
File "/home/ubuntu/.local/lib/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(*args, **kwargs)
ImportError: No module named compat
Migration: [ fail ]
运行环境
The text was updated successfully, but these errors were encountered: