mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #1636] Bug: circular dependency on dev branch when running archivebox install #981
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#981
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 @blastrock on GitHub (Jan 19, 2025).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1636
Originally assigned to: @pirate on GitHub.
Provide a screenshot and describe the bug
I'd like to contribute but I have trouble setting up my env.
I followed the readme:
The last line does not work, and I'm not sure how it's supposed to. Instead I ran
uv run -- archivebox install, was I correct in doing that?EDIT: I have the same issue when following the docker instructions.
Steps to reproduce
Logs or errors
ArchiveBox Version
How did you install the version of ArchiveBox you are using?
Other
What operating system are you running on?
Linux (Ubuntu/Debian/Arch/Alpine/etc.)
What type of drive are you using to store your ArchiveBox data?
data/is on a local SSD or NVMe drivedata/is on a spinning hard drive or external USB drivedata/is on a network mount (e.g. NFS/SMB/Ceph/GlusterFS/etc.)data/is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/Google Drive/Dropbox/etc.)Docker Compose Configuration
ArchiveBox Configuration
@pirate commented on GitHub (Jan 19, 2025):
Sorry dev is kinda broken right now, I recommend working off of the
v0.8.5rc51tag.@blastrock commented on GitHub (Jan 19, 2025):
Ok, I'll try that, thank you!
@hoangquochung1110 commented on GitHub (Jan 27, 2025):
Hi @pirate any progress for this issue ?
I think we may split
base_models/modelsinto submodules to avoid circular importsFor example,
What do you think ?
@hoangquochung1110 commented on GitHub (Feb 21, 2025):
Any updates on this ? thanks
@pirate commented on GitHub (Dec 30, 2025):
fixed
SINGLEFILE_ARGSto pass custom CLI args to singlefile #2118SINGLEFILE_ARGSto pass custom CLI args to singlefile #3628