jhosmer / PySmile

A Python library for encoding/decoding SMILE format data (libsmile)
Apache License 2.0
24 stars 9 forks source link

SyntaxError: invalid syntax: print repr(a) #4

Open dickreuter opened 4 years ago

dickreuter commented 4 years ago

The current release appears to be broken. On import I get:

  File "/local/.../python3.7/site-packages/pysmile/encode.py", line 804
    print repr(a)
             ^
SyntaxError: invalid syntax
FloraOszczyk commented 3 years ago

also having this problem

JiYixhu commented 2 years ago

It was written based on python2. I modify the source code directly.