Skip to content

Exception when starting device monitor #163

@THuckemann

Description

@THuckemann

When I try to run the device monitor as described in the readme I get the following exception:

runcell(7, 'C:/Users/Huckemann/Documents/Python/Projects/qumada/src/examples/device_object_example.py')
Traceback (most recent call last):

  File ~\AppData\Local\anaconda3\envs\qumada\Lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec
    exec(code, globals, locals)

  File c:\users\huckemann\documents\python\projects\qumada\src\examples\device_object_example.py:156
    start_monitor_socket(device, my_dxf_file)

  File ~\Documents\Python\Projects\qumada\src\qumada\utils\device_server.py:197 in start_monitor_socket
    gate_geometry = load_convert_and_cache(gate_geometry)

  File ~\Documents\Python\Projects\qumada\src\qumada\utils\dxf.py:304 in load_convert_and_cache
    subprocess.check_call([

  File ~\AppData\Local\anaconda3\envs\qumada\Lib\subprocess.py:413 in check_call
    raise CalledProcessError(retcode, cmd)

CalledProcessError: Command '['C:\\Users\\Huckemann\\AppData\\Local\\anaconda3\\envs\\qumada\\python.exe', '-m', 'qumada.utils.dxf', WindowsPath('C:/Users/Huckemann/Downloads/SiGe_5QBit_Processor_5_v5_IHP.dxf')]' returned non-zero exit status 1.

Using ipython (Spyder) and the commit 16b7de3. Had to manually install some of the required packages, not all where listed in the setup file with a required version.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions