mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #629] Question: Unable to install archivebox in a Digital Ocean Ubuntu machine #1900
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1900
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @raknahs1991 on GitHub (Jan 22, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/629
I've installed all the dependencies, but when I run
curl https://raw.githubusercontent.com/pirate/ArchiveBox/master/bin/setup.sh | shI get this message saying archivebox not found. What do I do?
@evanfarrar commented on GitHub (Jan 30, 2021):
Hello! I am just a fellow user but I thought I'd try to support you. It seems that the default Ubuntu that Digital Ocean points you to is 18.04. This prevents archivebox from installing via pip, because archivebox requires Python >=3.7. However, you could install the package if you instead booted a droplet with Ubuntu 20.04, a newer version that comes with a newer Python.
Well, you could theoretically install it if you had all of the apt based dependencies installed, but in fact you couldn't if you are relying on the install script to install the
aptdependencies. There is a small bug in that part of the install script. I may look at opening a pull request to resolve this.@pirate commented on GitHub (Jan 30, 2021):
Whoops ignore the close and reopen, try the install script on
dev:curl https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/bin/setup.sh | shIf anything fails to install, try to install it manually as best you can. Otherwise I recommend using docker.
@evanfarrar commented on GitHub (Jan 30, 2021):
yeah the
apt install -yis definitely what it took for me to get it working, and also had to use a different chromium package (but I will still try it on digital ocean tomorrow)@evanfarrar commented on GitHub (Feb 1, 2021):
Can confirm, it installs on DO with the script on
dev@pirate commented on GitHub (Feb 1, 2021):
devis released as v0.5.4, should be fixed as soon as the apt build goes live.