Snakemake executor plugin: kueue

https://img.shields.io/badge/repository-unknown-blue?color=%23022c22 https://img.shields.io/badge/author-vsoch-purple?color=%23064e3b PyPI - Version PyPI - License

Error

Not a valid plugin:  WARN Using local manifest /tmp/tmp874yx3hw/pixi.toml rather than /home/runner/work/snakemake-plugin-catalog/snakemake-plugin-catalog/pixi.toml from environment variable `PIXI_PROJECT_MANIFEST`
✨ Pixi task (extract-info): python -c "from snakemake_interface_executor_plugins.registry import ExecutorPluginRegistry; plugin = ExecutorPluginRegistry().get_plugin('kueue'); import json; fmt_type = lambda thetype: thetype.__name__ if thetype is not None else None; fmt_setting_item = lambda key, value: (key, fmt_type(value)) if key == 'type' else (key, value); fmt_setting = lambda setting: dict(map(lambda item: fmt_setting_item(*item), setting.items())); print(json.dumps(list(map(fmt_setting, plugin.get_settings_info()))))"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/site-packages/snakemake_interface_common/plugin_registry/__init__.py", line 40, in __init__
    self.collect_plugins()
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/site-packages/snakemake_interface_executor_plugins/registry/__init__.py", line 63, in collect_plugins
    super().collect_plugins()
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/site-packages/snakemake_interface_common/plugin_registry/__init__.py", line 97, in collect_plugins
    module = importlib.import_module(moduleinfo.name)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/site-packages/snakemake_executor_plugin_kueue/__init__.py", line 7, in <module>
    from .executor import KueueExecutor as Executor  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/site-packages/snakemake_executor_plugin_kueue/executor.py", line 22, in <module>
    import snakemake_executor_plugin_kueue.custom_resource as cr
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/site-packages/snakemake_executor_plugin_kueue/custom_resource.py", line 8, in <module>
    config.load_kube_config()
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/site-packages/kubernetes/config/kube_config.py", line 815, in load_kube_config
    loader = _get_kube_config_loader(
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/tmp874yx3hw/.pixi/envs/default/lib/python3.11/site-packages/kubernetes/config/kube_config.py", line 772, in _get_kube_config_loader
    raise ConfigException(
kubernetes.config.config_exception.ConfigException: Invalid kube-config file. No configuration found.


Please contact the plugin authors.

Warning

No repository URL found in Pypi metadata. The plugin should specify a repository URL in its pyproject.toml (key 'repository'). It is unclear whether the plugin is maintained and reviewed by the official Snakemake organization (https://github.com/snakemake).