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

Running after make gives syntax error #2

Open
korken89 opened this issue Dec 20, 2022 · 5 comments
Open

Running after make gives syntax error #2

korken89 opened this issue Dec 20, 2022 · 5 comments

Comments

@korken89
Copy link

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!

@Partmedia
Copy link
Owner

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

@korken89
Copy link
Author

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

@Partmedia
Copy link
Owner

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.

@korken89
Copy link
Author

korken89 commented Dec 21, 2022

Hi,

Running it directly like that works without problem.
Thanks!

@Partmedia
Copy link
Owner

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!

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