Skip to content

SyntaxError: invalid syntax: "def compilerWrapper;" #144

@thetemplar

Description

@thetemplar

I am trying to get "compile-onnx" running, but have an error:

root@15082926ce00:/# compile-onnx
Traceback (most recent call last):
  File "/usr/local/bin/compile-onnx", line 5, in <module>
    from deepC.scripts.onnx2exe import main
  File "/usr/local/lib/python3.10/dist-packages/deepC/scripts/onnx2exe.py", line 38
    def compilerWrapper;
                       ^
SyntaxError: invalid syntax

It can be reproduces with a simple empty ubuntu docker:

sudo docker run -i -t ubuntu /bin/bash
---------------------------
apt update && apt upgrade -y
apt install python3 python3-pip3
pip install deepC
compile-onnx

(also with an file argument compile-onnx xy.onnx)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions