yuantailing / ctw-baseline

Baseline methods for [CTW dataset](https://ctwdataset.github.io/)
MIT License
329 stars 88 forks source link

jupyter Error:SyntaxError: invalid syntax #14

Closed loralyc closed 6 years ago

loralyc commented 6 years ago

Hello, when i try to follow the jupyter to run it ,it happens at the begining.how can i solve it?

File "settings.py", line 1 ../prepare/settings.py ^ SyntaxError: invalid syntax

should i move the settings.py or do something ?thanks!

yuantailing commented 6 years ago

It's a Linux symlink, not compatible with Windows.

loralyc commented 6 years ago

@yuantailing but when i run it in linux, it also give me the same error

yuantailing commented 6 years ago

I think you could search `symbolic link' and resolve it by yourself.

loralyc commented 6 years ago

thank you very much, i already solve it.