mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #1607] Bug: v0.7.1 brew install missing distutils ModuleNotFoundError: No module named 'distutils' #2472
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#2472
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 @3raxton on GitHub (Dec 4, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1607
Originally assigned to: @pirate on GitHub.
Provide a screenshot and describe the bug
I installed ArchiveBox from brew. Upon running
archivebox serverI receive the following callback:SUMN archivebox installTraceback (most recent call last):
Steps to reproduce
Logs or errors
ArchiveBox Version
How did you install the version of ArchiveBox you are using?
brew
What operating system are you running on?
macOS (including Docker on macOS)
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/CIFS/etc.)data/is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/OneDrive, etc.)Docker Compose Configuration
ArchiveBox Configuration
@pirate commented on GitHub (Dec 4, 2024):
archivebox install via
brew install archiveboxis deprecated / no longer needed, you should onlypip install archiveboxas of v0.7.2.pip install archivebox==0.8.5rc51; archivebox installto try the latest beta, orpip install archivebox; archivebox init --setup+ see older Bare Metal Install Wiki to use the older stable v0.7.2 version.@pirate commented on GitHub (Jan 23, 2025):
@3raxton can you try the following and report back:
@3raxton commented on GitHub (Feb 10, 2025):
Hey @pirate, please pardon the delay, it's been quite busy on my end. It seems to me that I'm in a solid place again with archivebox. After running all commands provided, the final output results in version
0.8.5rc51listed.One issue I've run into: When trying to log out of ArchiveBox, I run into a 405 error, when the server is running. Are there any ideas you have to resolve this?
I appreciate your help and support with this and look forward to seeing archivebox grow!
@pirate commented on GitHub (Feb 10, 2025):
This is a known bug with v0.8.5, it's a beta with lots of bugs still.
If you need a stable version I recommend running v0.7.3 instead.
@3raxton commented on GitHub (Feb 11, 2025):
No problem. What is the best practice for downgrading to a specific release so that I can make note of this in the future?
@pirate commented on GitHub (Feb 13, 2025):
If you uninstall archivebox and install the older version
pip install archivebox==0.7.2then runarchivebox initfrom inside the data directory, it might be able to downgrade.In theory Django supports reverse migrating back to an older version, but I can't guarantee that it'll work as we don't really test it in that direction.
Just make sure to back up your archive before trying anything.