Giter Site home page Giter Site logo

seed's People

Contributors

charles-yurun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

seed's Issues

有bug希望修复

进系统, 默认业务任意字段排序 表格数据有重复数据。点击菜单不会刷新页面 只是在本页面上增加内容。极其严重。望修复

python3 setup.py install

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'auther'
warnings.warn(msg)
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'auther_email'
warnings.warn(msg)
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type'
warnings.warn(msg)
running install
running build
running build_assets
initializing git submodules
command failed [git submodule init] via [.]
Traceback (most recent call last):
File "setup.py", line 93, in
"Operating System :: OS Independent"
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/setuptools/init.py", line 129, in setup
return distutils.core.setup(**attrs)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "setup.py", line 57, in run
InstallCommand.run(self)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/setuptools/command/install.py", line 65, in run
orig.install.run(self)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/install.py", line 545, in run
self.run_command('build')
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "setup.py", line 46, in run
self.run_command('build_assets')
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/levi_yu/Documents/Dev/Python/seed/src/seed/utils/distutils/base.py", line 66, in run
self._setup_git()
File "/Users/levi_yu/Documents/Dev/Python/seed/src/seed/utils/distutils/base.py", line 29, in _setup_git
self._run_command(['git', 'submodule', 'init'])
File "/Users/levi_yu/Documents/Dev/Python/seed/src/seed/utils/distutils/base.py", line 57, in _run_command
return check_output(cmd, cwd=self.work_path, env=env, shell=True)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 389, in check_output
**kwargs).stdout
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 481, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'submodule', 'init']' returned non-zero exit status 1.

pip install boyaa-seed 报错

Could not find a version that satisfies the requirement boyaa-seed (from versions: )
No matching distribution found for boyaa-seed

npm run buildProd

[email protected] buildProd /data/easyops_report/seed/seed_static
ng build --prod --env=prod --aot

The build command requires to be run in an Angular project, but a project definition could not be found.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] buildProd: ng build --prod --env=prod --aot
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] buildProd script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-05-09T15_25_11_251Z-debug.log

0 info it worked if it ends with ok
1 verbose cli [ '/opt/node-v10.15.3-linux-x64/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'run',
1 verbose cli 'buildProd' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prebuildProd', 'buildProd', 'postbuildProd' ]
5 info lifecycle [email protected]prebuildProd: [email protected]
6 info lifecycle [email protected]
buildProd: [email protected]
7 verbose lifecycle [email protected]buildProd: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]
buildProd: PATH: /opt/node-v10.15.3-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/data/easyops_report/seed/seed_stati
c/node_modules/.bin:/usr/local/easyops/python/tools:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/nginx/sbin/:/usr/local/mysql
/bin/:/root/bin:/root/bin
9 verbose lifecycle [email protected]buildProd: CWD: /data/easyops_report/seed/seed_static
10 silly lifecycle [email protected]
buildProd: Args: [ '-c', 'ng build --prod --env=prod --aot' ]
11 silly lifecycle [email protected]buildProd: Returned: code: 1 signal: null
12 info lifecycle [email protected]
buildProd: Failed to exec buildProd script
13 verbose stack Error: [email protected] buildProd: ng build --prod --env=prod --aot
13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (/opt/node-v10.15.3-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
13 verbose stack at EventEmitter.emit (events.js:189:13)
13 verbose stack at ChildProcess. (/opt/node-v10.15.3-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:189:13)
13 verbose stack at maybeClose (internal/child_process.js:970:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
14 verbose pkgid [email protected]
15 verbose cwd /data/easyops_report/seed/seed_static
16 verbose Linux 2.6.32-754.3.5.el6.x86_64
17 verbose argv "/opt/node-v10.15.3-linux-x64/bin/node" "/usr/local/bin/npm" "run" "buildProd"
18 verbose node v10.15.3
19 verbose npm v6.4.1
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] buildProd: ng build --prod --env=prod --aot
22 error Exit status 1
23 error Failed at the [email protected] buildProd script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

安装失败

报错如下:
ERROR: requests 2.22.0 has requirement urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1, but you'll have urllib3 1.25 which is incompatible.
Installing collected packages: redis, typed-ast, certifi, uWSGI, marshmallow, marshmallow-sqlalchemy, rope, bcrypt, python-editor, Mako, alembic, Flask-SQLAlchemy, Flask-Migrate, psycopg2, pycodestyle, thriftpy, impyla, PyMySQL, flask-marshmallow, Flask-Script, urllib3, astroid, idna, Flask-Cors, sqlparse, flake8, Jinja2, pylint, boyaa-seed
Found existing installation: certifi 2018.4.16
ERROR: Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

即使加上ignore参数,可以成功安装,但还是无法执行。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.