Code Monkey home page Code Monkey logo

liuma-engine's People

Contributors

chras-fu 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  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

liuma-engine's Issues

安装依赖报错

你好,我在安装依赖pip3 install -r requirements.txt时出现报错。请问如何解决,谢谢

Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [77 lines of output]
C:\ProgramData\anaconda3\envs\Liuma-agent\lib\site-packages\setuptools\dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

          ********************************************************************************
          Usage of dash-separated 'author-email' will not be supported in future
          versions. Please use the underscore name 'author_email' instead.

          By 2024-Sep-26, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************

  !!
    opt = self.warn_dash_deprecation(opt, section)
  C:\ProgramData\anaconda3\envs\Liuma-agent\lib\site-packages\setuptools\dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options
  !!

          ********************************************************************************
          Usage of dash-separated 'home-page' will not be supported in future
          versions. Please use the underscore name 'home_page' instead.

          By 2024-Sep-26, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************

  !!
    opt = self.warn_dash_deprecation(opt, section)
  C:\ProgramData\anaconda3\envs\Liuma-agent\lib\site-packages\setuptools\dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options
  !!

          ********************************************************************************
          Usage of dash-separated 'description-file' will not be supported in future
          versions. Please use the underscore name 'description_file' instead.

          By 2024-Sep-26, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************

  !!
    opt = self.warn_dash_deprecation(opt, section)
  C:\ProgramData\anaconda3\envs\Liuma-agent\lib\site-packages\setuptools\__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
  !!

          ********************************************************************************
          Requirements should be satisfied by a PEP 517 installer.
          If you are using pip, you can try `pip install --use-pep517`.
          ********************************************************************************

  !!
    dist.fetch_build_eggs(dist.setup_requires)
  Error parsing
  Traceback (most recent call last):
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\core.py", line 105, in pbr
      attrs = util.cfg_to_args(path, dist.script_args)
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\util.py", line 272, in cfg_to_args
      pbr.hooks.setup_hook(config)
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\hooks\__init__.py", line 25, in setup_hook
      metadata_config.run()
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\hooks\base.py", line 27, in run
      self.hook()
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\hooks\metadata.py", line 25, in hook
      self.config['version'] = packaging.get_version(
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\packaging.py", line 854, in get_version
      version = _get_version_from_pkg_metadata(package_name)
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\packaging.py", line 822, in _get_version_from_pkg_metadata
      pkg_metadata = email.message_from_file(pkg_metadata_file)
    File "C:\ProgramData\anaconda3\envs\Liuma-agent\lib\email\__init__.py", line 54, in message_from_file
      return Parser(*args, **kws).parse(fp)
    File "C:\ProgramData\anaconda3\envs\Liuma-agent\lib\email\parser.py", line 53, in parse
      data = fp.read(8192)
  UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 795: illegal multibyte sequence
  error in setup command: Error parsing C:\Users\123\AppData\Local\Temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\setup.cfg: UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 795: illegal multibyte sequence
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

安装依赖报错

你好,我在安装依赖pip3 install -r requirements.txt时出现报错。请问如何解决,谢谢

Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [77 lines of output]
C:\ProgramData\anaconda3\envs\Liuma-agent\lib\site-packages\setuptools\dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

          ********************************************************************************
          Usage of dash-separated 'author-email' will not be supported in future
          versions. Please use the underscore name 'author_email' instead.

          By 2024-Sep-26, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************

  !!
    opt = self.warn_dash_deprecation(opt, section)
  C:\ProgramData\anaconda3\envs\Liuma-agent\lib\site-packages\setuptools\dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options
  !!

          ********************************************************************************
          Usage of dash-separated 'home-page' will not be supported in future
          versions. Please use the underscore name 'home_page' instead.

          By 2024-Sep-26, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************

  !!
    opt = self.warn_dash_deprecation(opt, section)
  C:\ProgramData\anaconda3\envs\Liuma-agent\lib\site-packages\setuptools\dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options
  !!

          ********************************************************************************
          Usage of dash-separated 'description-file' will not be supported in future
          versions. Please use the underscore name 'description_file' instead.

          By 2024-Sep-26, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************

  !!
    opt = self.warn_dash_deprecation(opt, section)
  C:\ProgramData\anaconda3\envs\Liuma-agent\lib\site-packages\setuptools\__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
  !!

          ********************************************************************************
          Requirements should be satisfied by a PEP 517 installer.
          If you are using pip, you can try `pip install --use-pep517`.
          ********************************************************************************

  !!
    dist.fetch_build_eggs(dist.setup_requires)
  Error parsing
  Traceback (most recent call last):
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\core.py", line 105, in pbr
      attrs = util.cfg_to_args(path, dist.script_args)
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\util.py", line 272, in cfg_to_args
      pbr.hooks.setup_hook(config)
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\hooks\__init__.py", line 25, in setup_hook
      metadata_config.run()
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\hooks\base.py", line 27, in run
      self.hook()
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\hooks\metadata.py", line 25, in hook
      self.config['version'] = packaging.get_version(
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\packaging.py", line 854, in get_version
      version = _get_version_from_pkg_metadata(package_name)
    File "c:\users\123\appdata\local\temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\.eggs\pbr-6.0.0-py3.8.egg\pbr\packaging.py", line 822, in _get_version_from_pkg_metadata
      pkg_metadata = email.message_from_file(pkg_metadata_file)
    File "C:\ProgramData\anaconda3\envs\Liuma-agent\lib\email\__init__.py", line 54, in message_from_file
      return Parser(*args, **kws).parse(fp)
    File "C:\ProgramData\anaconda3\envs\Liuma-agent\lib\email\parser.py", line 53, in parse
      data = fp.read(8192)
  UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 795: illegal multibyte sequence
  error in setup command: Error parsing C:\Users\123\AppData\Local\Temp\pip-install-wuslj06r\weditor_1d4630a8c76544e3ba80e9bf61f7cfbb\setup.cfg: UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 795: illegal multibyte sequence
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

执行结果支持聚合查询

是否能支持根据时间、项目或执行类型或测试类型来查询用例或测试集的执行结果,并展示本次查询的统计结果

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.