Skip to content

Instantly share code, notes, and snippets.

@jbeezley
Created September 5, 2017 13:25
Show Gist options
  • Save jbeezley/246822bc7ca0cebe43542b4439cf49ac to your computer and use it in GitHub Desktop.
Save jbeezley/246822bc7ca0cebe43542b4439cf49ac to your computer and use it in GitHub Desktop.
[2017-09-05 09:22:58,722: ERROR/ForkPoolWorker-11] Task girder_worker.run[39d9bc24-09cb-453b-8356-eeb6f13af467] raised unexpected: AttributeError("'NoneType' object has no attribute 'get'",)
Traceback (most recent call last):
File "/home/jbeezley/git/girder_worker/env/lib/python2.7/site-packages/celery/app/trace.py", line 367, in trace_task
R = retval = fun(*args, **kwargs)
File "/home/jbeezley/git/girder_worker/env/lib/python2.7/site-packages/celery/app/trace.py", line 622, in __protected_call__
return self.run(*args, **kwargs)
File "/home/jbeezley/git/girder_worker/girder_worker/tasks.py", line 19, in run
return core.run(*pargs, **kwargs)
File "/home/jbeezley/git/girder_worker/girder_worker/core/utils.py", line 123, in wrapped
return fn(*args, **kwargs)
File "/home/jbeezley/git/girder_worker/girder_worker/core/__init__.py", line 183, in run
task_outputs=task_outputs, **kwargs)
File "/home/jbeezley/git/girder_worker/girder_worker/plugins/docker/executor.py", line 302, in run
container = _run_container(image, args, **run_kwargs)
File "/home/jbeezley/git/girder_worker/girder_worker/plugins/docker/executor.py", line 185, in _run_container
if nvidia.is_nvidia_image(client.api, image):
File "/home/jbeezley/git/girder_worker/girder_worker/plugins/docker/nvidia.py", line 40, in is_nvidia_image
return (api.inspect_image(image).get('Config', {}).get('Labels', {}).
AttributeError: 'NoneType' object has no attribute 'get'
@isaachowen
Copy link

What is the purpose of this package? I googled "how to convert kml file to numpy array" and your page came up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment