Partmedia/s2p-view

Running after `make` gives syntax error

Opened this issue · 5 comments

Hi, I was trying to give this tool a try, but was unable as I am getting the following error when trying to run the tool:

> ./s2p-view
  File "/home/emifre/Git/s2p-view/s2p-view", line 303
    """
    ^
SyntaxError: unterminated triple-quoted string literal (detected at line 438)

Any insight would be appreciated!

What version of Python are you using? I'm currently using 3.9.15.

Hi, I'm on arch linux and the current version is python 3.10.8.

To help troubleshoot, let's try to run the non-ZIP'ed version. Inside the Git directory:

$ python3 __main__.py

This should theoretically do the same thing as running the binary.

Hi,

Running it directly like that works without problem.
Thanks!

I'm glad this works for you. If you don't mind, could you try one of the older pre-built binaries here?
https://github.com/Partmedia/s2p-view/releases/tag/v0.1.2

If these work for you but building doesn't, perhaps something is different about your command-line tools compared to mine...

Happy holidays!