Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thetemplar opened this issue Oct 4, 2022 · 0 comments
Open

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

thetemplar opened this issue Oct 4, 2022 · 0 comments

Comments

@thetemplar
Copy link

thetemplar commented Oct 4, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant