Skip to content

Cannot load ck.Knot by name #257

@bloomdt-uw

Description

@bloomdt-uw

Command:

knot = ck.Knot(
    name="vis-rois-2020-10-20T12-39-24"
)

Stacktrace:

---------------------------------------------------------------------------
CloudknotInputError                       Traceback (most recent call last)
<ipython-input-10-3a52aa6ea509> in <module>
----> 1 knot = ck.Knot(
      2     name="vis-rois-2020-10-20T12-39-24"
      3 )

~/anaconda/envs/pyAFQ/lib/python3.8/site-packages/cloudknot/cloudknot.py in __init__(self, name, pars, pars_policies, docker_image, base_image, func, image_script_path, image_work_dir, image_github_installs, username, repo_name, image_tags, job_definition_name, job_def_vcpus, memory, retries, compute_environment_name, instance_types, min_vcpus, max_vcpus, desired_vcpus, volume_size, image_id, ec2_key_pair, bid_percentage, job_queue_name, priority)
   1535             self._pars, pars_cleanup = futures["pars"].result()
   1536 
-> 1537             self._docker_image, self._docker_repo, repo_cleanup = futures[
   1538                 "docker-image"
   1539             ].result()

~/anaconda/envs/pyAFQ/lib/python3.8/concurrent/futures/_base.py in result(self, timeout)
    430                 raise CancelledError()
    431             elif self._state == FINISHED:
--> 432                 return self.__get_result()
    433 
    434             self._condition.wait(timeout)

~/anaconda/envs/pyAFQ/lib/python3.8/concurrent/futures/_base.py in __get_result(self)
    386     def __get_result(self):
    387         if self._exception:
--> 388             raise self._exception
    389         else:
    390             return self._result

~/anaconda/envs/pyAFQ/lib/python3.8/concurrent/futures/thread.py in run(self)
     55 
     56         try:
---> 57             result = self.fn(*self.args, **self.kwargs)
     58         except BaseException as exc:
     59             self.future.set_exception(exc)

~/anaconda/envs/pyAFQ/lib/python3.8/site-packages/cloudknot/cloudknot.py in set_dockerimage(knot_name, input_docker_image, func_, script_path, work_dir, base_image_, github_installs, username_, tags, repo_name_)
   1453                 else:
   1454                     # Create and build the docker image
-> 1455                     di = dockerimage.DockerImage(
   1456                         func=func_,
   1457                         script_path=script_path,

~/anaconda/envs/pyAFQ/lib/python3.8/site-packages/cloudknot/dockerimage.py in __init__(self, name, func, script_path, dir_name, base_image, github_installs, username, overwrite)
    129         # User must specify at least `func` or `script_path`
    130         if not any([name, func, script_path]):
--> 131             raise CloudknotInputError(
    132                 "You must suppy either `name`, `func` " "or `script_path`."
    133             )

CloudknotInputError: You must suppy either `name`, `func` or `script_path`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions