chovanecm / sacredboard

Dashboard for sacred. Monitor and access your past machine learning experiments.
MIT License
184 stars 39 forks source link

invalid syntax error on running on Mac #89

Closed evolu8 closed 6 years ago

evolu8 commented 6 years ago

$ sacredboard Traceback (most recent call last): File "/usr/local/bin/sacredboard", line 7, in from sacredboard.bootstrap import run File "/Library/Python/2.7/site-packages/sacredboard/init.py", line 3, in from sacredboard import bootstrap File "/Library/Python/2.7/site-packages/sacredboard/bootstrap.py", line 105 "for more information.", file=sys.stderr) ^ SyntaxError: invalid syntax

chovanecm commented 6 years ago

Hi, which version of Sacredboard please?

evolu8 commented 6 years ago

Python upgrade solved this. Sorry for the false alarm. And thanks for the quick response.