Skip to content

Updates for Python 3#1

Open
joshuaeckroth wants to merge 2 commits intoarikpoz:masterfrom
joshuaeckroth:master
Open

Updates for Python 3#1
joshuaeckroth wants to merge 2 commits intoarikpoz:masterfrom
joshuaeckroth:master

Conversation

@joshuaeckroth
Copy link
Copy Markdown

No description provided.

@arikpoz
Copy link
Copy Markdown
Owner

arikpoz commented Nov 5, 2017

It fails on Python 2.7

$ ./run_toolbox.py 
Traceback (most recent call last):
  File "./run_toolbox.py", line 34, in <module>
    main()
  File "./run_toolbox.py", line 24, in main
    lv = LiveVis(settings)
  File "/home/code/deep-visualization-toolbox/live_vis.py", line 54, in __init__
    module = importlib.import_module(module_path)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/home/code/deep-visualization-toolbox/caffevis/app.py", line 272
    print('pattern(' + pattern_first_mode + ' optimized max)', file=status)
                                                                   ^
SyntaxError: invalid syntax

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

Successfully merging this pull request may close these issues.

3 participants