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

unable to import cili.util #18

Open
sebacea opened this issue Apr 16, 2019 · 1 comment
Open

unable to import cili.util #18

sebacea opened this issue Apr 16, 2019 · 1 comment

Comments

@sebacea
Copy link

sebacea commented Apr 16, 2019

after from cili.util import * i got the following error:


  File "/home/instr1/anaconda3/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3267, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)

  File "<ipython-input-20-5a38feefdb8e>", line 1, in <module>
    from cili.util import *

  File "/home/instr1/anaconda3/lib/python3.7/site-packages/cili/util.py", line 388
    print "\nDropout by File:"
                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\nDropout by File:")?```
@beOn
Copy link
Owner

beOn commented Apr 16, 2019

Ack, I need to update the pypi listing. That should be fixed in the current master branch. Give that a shot and let me know if it doesn't address the issue.

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

2 participants