TypeError Traceback (most recent call last)
in ()
259 lines.append([int(v) for v in line.split()])
260 ctx = nufhe.Context()
--> 261 secret_key, cloud_key = ctx.make_key_pair()
262 vm = ctx.make_virtual_machine(cloud_key)
263 size=16
7 frames
/usr/local/lib/python3.7/dist-packages/pyopencl/array.py in _new_with_changes(self, data, offset, shape, dtype, strides, queue, allocator)
641 strides=strides, data=data, offset=offset,
642 events=events,
--> 643 _fast=fast, _context=self.context, _queue=queue, _size=size)
644
645 def with_queue(self, queue):
TypeError: init() got an unexpected keyword argument 'data'
TypeError Traceback (most recent call last)
in ()
259 lines.append([int(v) for v in line.split()])
260 ctx = nufhe.Context()
--> 261 secret_key, cloud_key = ctx.make_key_pair()
262 vm = ctx.make_virtual_machine(cloud_key)
263 size=16
7 frames
/usr/local/lib/python3.7/dist-packages/pyopencl/array.py in _new_with_changes(self, data, offset, shape, dtype, strides, queue, allocator)
641 strides=strides, data=data, offset=offset,
642 events=events,
--> 643 _fast=fast, _context=self.context, _queue=queue, _size=size)
644
645 def with_queue(self, queue):
TypeError: init() got an unexpected keyword argument 'data'