[GH-ISSUE #1660] Bug: abx-plugin-favicon's dependency "abx-plugin-curl>=2024.10.28" is unsatisfiable #4006

Closed
opened 2026-03-15 01:16:12 +03:00 by kerem · 2 comments
Owner

Originally created by @Skyb0rg007 on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1660

Originally assigned to: @pirate on GitHub.

Provide a screenshot and describe the bug

abx-plugin-favicon's pyproject.toml includes a dependency on a version of abx-plugin-curl that isn't in the repo here.

Steps to reproduce

View the GitHub sources

Logs or errors


ArchiveBox Version

N/A

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?

  • some of data/ is on a local SSD or NVMe drive
  • some of data/ is on a spinning hard drive or external USB drive
  • some of data/ is on a network mount (e.g. NFS/SMB/Ceph/GlusterFS/etc.)
  • some of data/ is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/Google Drive/Dropbox/etc.)

Docker Compose Configuration


ArchiveBox Configuration


Originally created by @Skyb0rg007 on GitHub (Feb 18, 2025). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1660 Originally assigned to: @pirate on GitHub. ### Provide a screenshot and describe the bug `abx-plugin-favicon`'s [pyproject.toml](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/pkgs/abx-plugin-favicon/pyproject.toml) includes a dependency on a version of `abx-plugin-curl` that isn't in the repo [here](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/pkgs/abx-plugin-curl/pyproject.toml). ### Steps to reproduce ```markdown View the GitHub sources ``` ### Logs or errors ```shell ``` ### ArchiveBox Version ```shell N/A ``` ### 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? - [ ] some of `data/` is on a local SSD or NVMe drive - [ ] some of `data/` is on a spinning hard drive or external USB drive - [ ] some of `data/` is on a network mount (e.g. NFS/SMB/Ceph/GlusterFS/etc.) - [ ] some of `data/` is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/Google Drive/Dropbox/etc.) ### Docker Compose Configuration ```shell ``` ### ArchiveBox Configuration ```shell ```
kerem closed this issue 2026-03-15 01:16:17 +03:00
Author
Owner

@KenwoodFox commented on GitHub (Aug 5, 2025):

I was so confused about this too, im running into the same issue. I cant find a version of abx-plugin-curl besides the one that exists here or on pypi

I ended up just faking the dep

mkdir fake-abx-plugin-curl
cd fake-abx-plugin-curl
cat > setup.py <<EOF
from setuptools import setup
setup(
    name="abx-plugin-curl",
    version="2024.10.28",
    py_modules=["abx_plugin_curl"],
)
EOF

touch abx_plugin_curl.py
pip install .

ymmv

<!-- gh-comment-id:3155969802 --> @KenwoodFox commented on GitHub (Aug 5, 2025): I was so confused about this too, im running into the same issue. I cant *find* a version of abx-plugin-curl besides the one that exists here or on pypi I ended up just faking the dep ``` mkdir fake-abx-plugin-curl cd fake-abx-plugin-curl cat > setup.py <<EOF from setuptools import setup setup( name="abx-plugin-curl", version="2024.10.28", py_modules=["abx_plugin_curl"], ) EOF touch abx_plugin_curl.py pip install . ``` ymmv
Author
Owner

@pirate commented on GitHub (Dec 29, 2025):

fixed on dev

<!-- gh-comment-id:3697648221 --> @pirate commented on GitHub (Dec 29, 2025): fixed on dev
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#4006
No description provided.