shardultripathi / sml

A language for doing secure machine learning
1 stars 0 forks source link

ModuleNotFoundError: No module named 'sml2c' #8

Closed wonyeol closed 7 years ago

wonyeol commented 7 years ago

Running the command time python3 -O sml.py $1 gives the error ModuleNotFoundError: No module named 'sml2c' because sml2c.py does not exist. Maybe need to comment out the line from sml2c import sml2c in sml.c?

shardultripathi commented 7 years ago

Yeah, comment that. I haven't pushed that file yet.