[GH-ISSUE #78] Tried to run on a Raspberry Pi... #1567

Closed
opened 2026-03-01 17:51:47 +03:00 by kerem · 1 comment
Owner

Originally created by @will76 on GitHub (May 30, 2018).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/78

I'm getting this message:

./archive http://www.example/feeds/global.xml
  File "./archive", line 63
    **ANSI,
          ^
SyntaxError: invalid syntax

python3 shows:
Python 3.4.2 (default, Oct 19 2014, 13:31:11)
[GCC 4.9.1] on linux

Anyone running successfully??

Originally created by @will76 on GitHub (May 30, 2018). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/78 I'm getting this message: ``` ./archive http://www.example/feeds/global.xml File "./archive", line 63 **ANSI, ^ SyntaxError: invalid syntax ``` python3 shows: Python 3.4.2 (default, Oct 19 2014, 13:31:11) [GCC 4.9.1] on linux Anyone running successfully??
kerem closed this issue 2026-03-01 17:51:47 +03:00
Author
Owner

@pirate commented on GitHub (May 31, 2018):

Upgrade your python, it needs at least 3.5, ideally 3.6.

add-apt-repository ppa:deadsnakes/ppa      # for newer python versions on ubuntu 16.04 (not needed on ubuntu >=17.04)
apt update
apt install python3.6
<!-- gh-comment-id:393411347 --> @pirate commented on GitHub (May 31, 2018): Upgrade your python, it needs at least 3.5, ideally 3.6. ``` add-apt-repository ppa:deadsnakes/ppa # for newer python versions on ubuntu 16.04 (not needed on ubuntu >=17.04) apt update apt install python3.6 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1567
No description provided.