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

how can we run it on GNU/Linux (like Ubuntu)? #1

Open
ghost opened this issue May 15, 2018 · 1 comment
Open

how can we run it on GNU/Linux (like Ubuntu)? #1

ghost opened this issue May 15, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 15, 2018

i’m trying to run it, but:

guest@macbookair:/Downloads/amos-demo-python-remake-master/source$ python main.py
File "main.py", line 630
SyntaxError: Non-ASCII character '\xc2' in file main.py on line 630, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
guest@macbookair:
/Downloads/amos-demo-python-remake-master/source$

@astrofra
Copy link
Owner

astrofra commented May 23, 2018

Hi!
It runs with Python3, I think you should need to (with the proper amount of SUDO) :

  • apt-get python3
  • apt-get install python3-pip
  • then install HARFANG : pip3 install harfang

Let me know how it turns out :)

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

1 participant